removed debug code I forgot to clean up
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1709 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
ff3e93d95c
commit
635ca451cb
@ -362,7 +362,6 @@ void fgPlatformOpenWindow( SFG_Window* window, const char* title,
|
||||
MotifWmHints hints = {0};
|
||||
hints.flags = MWM_HINTS_DECORATIONS;
|
||||
hints.decorations = (fgState.DisplayMode & GLUT_CAPTIONLESS) ? MWM_DECOR_BORDER:0;
|
||||
printf("%lu\n", hints.decorations);
|
||||
|
||||
XChangeProperty(fgDisplay.pDisplay.Display, window->Window.Handle,
|
||||
XInternAtom( fgDisplay.pDisplay.Display, "_MOTIF_WM_HINTS", False ),
|
||||
|
Reference in New Issue
Block a user