X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffg_window_x11.c;h=ce4a52eaefdd4863c26b63abd02567c639eb212f;hb=5f776d0acf334829af8ab0855d6f67794dd898c9;hp=40be052aeb23c2451a348420d711596226a8b064;hpb=3be33497375b3fabafdbe4a51244b5dd2ffada63;p=freeglut diff --git a/src/x11/fg_window_x11.c b/src/x11/fg_window_x11.c index 40be052..ce4a52e 100644 --- a/src/x11/fg_window_x11.c +++ b/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 ),