(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:
parent
9be4444627
commit
fdfbcc9a1b
@ -263,3 +263,8 @@ October 24, 2002:
|
|||||||
*******************************************************************************************
|
*******************************************************************************************
|
||||||
|
|
||||||
(97) src/freeglut_main.c:816 and :1571, set the current window (John F. Fay)
|
(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"
|
||||||
|
|
||||||
|
@ -30,7 +30,8 @@ libglut_la_SOURCES = freeglut_callbacks.c \
|
|||||||
freeglut_structure.c \
|
freeglut_structure.c \
|
||||||
freeglut_teapot.c \
|
freeglut_teapot.c \
|
||||||
freeglut_videoresize.c \
|
freeglut_videoresize.c \
|
||||||
freeglut_window.c
|
freeglut_window.c \
|
||||||
|
mwmborder.c
|
||||||
|
|
||||||
#
|
#
|
||||||
# Additional linker flags
|
# Additional linker flags
|
||||||
|
@ -64,8 +64,6 @@
|
|||||||
*/
|
*/
|
||||||
#if TARGET_HOST_UNIX_X11
|
#if TARGET_HOST_UNIX_X11
|
||||||
|
|
||||||
#include "mwmborder.c" /* Brian Paul's decoration-zapping code. */
|
|
||||||
|
|
||||||
XVisualInfo* fgChooseVisual( void )
|
XVisualInfo* fgChooseVisual( void )
|
||||||
{
|
{
|
||||||
int bufferSize[] = { 16, 12, 8, 4, 2, 1 };
|
int bufferSize[] = { 16, 12, 8, 4, 2, 1 };
|
||||||
|
Reference in New Issue
Block a user