(98) src/Makefile.am:34 Added mwmborder.c

(99) src/freeglut_window.c:67  Removed #included "mwmborder.c"


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@160 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-08-05 15:35:57 +00:00
parent 9be4444627
commit fdfbcc9a1b
3 changed files with 7 additions and 3 deletions

View File

@ -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"

View 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

View 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 };