diff --git a/freeglut/freeglut/src/x11/fg_window_x11.c b/freeglut/freeglut/src/x11/fg_window_x11.c index 40be052..ce4a52e 100644 --- a/freeglut/freeglut/src/x11/fg_window_x11.c +++ b/freeglut/freeglut/src/x11/fg_window_x11.c @@ -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 ),