(98) src/Makefile.am:34 Added mwmborder.c
authorEric Sandall <sandalle@gmail.com>
Tue, 5 Aug 2003 15:35:57 +0000 (15:35 +0000)
committerEric Sandall <sandalle@gmail.com>
Tue, 5 Aug 2003 15:35:57 +0000 (15:35 +0000)
(99) src/freeglut_window.c:67  Removed #included "mwmborder.c"

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@160 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
src/Makefile.am
src/freeglut_window.c

index 3fbb653..995b58e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -263,3 +263,8 @@ October 24, 2002:
 *******************************************************************************************
 
 (97) src/freeglut_main.c:816 and :1571, set the current window (John F. Fay)
+
+(98) src/Makefile.am:34 Added mwmborder.c
+
+(99) src/freeglut_window.c:67  Removed #included "mwmborder.c"
+
index 473ccac..81cdc98 100644 (file)
@@ -30,7 +30,8 @@ libglut_la_SOURCES = freeglut_callbacks.c \
                         freeglut_structure.c \
                         freeglut_teapot.c \
                         freeglut_videoresize.c \
-                        freeglut_window.c
+                        freeglut_window.c \
+             mwmborder.c
 
 #
 # Additional linker flags
index 3d86269..0f394e5 100644 (file)
@@ -64,8 +64,6 @@
  */
 #if TARGET_HOST_UNIX_X11
 
-#include "mwmborder.c" /* Brian Paul's decoration-zapping code. */
-
 XVisualInfo* fgChooseVisual( void )
 {
     int bufferSize[] = { 16, 12, 8, 4, 2, 1 };