From 81889aae02a054538678682297a72585cd3aa4d8 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Sun, 12 Oct 2014 04:49:22 +0000 Subject: [PATCH] removed debug code I forgot to clean up git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1709 7f0cb862-5218-0410-a997-914c9d46530a --- src/x11/fg_window_x11.c | 1 - 1 file changed, 1 deletion(-) 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 ), -- 1.7.10.4