[gtk+/gtk-2-22] Fix windows build of the branch



commit c7e650ae5d5dbafda5c8f2592170d40a14889211
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date:   Sat Aug 28 18:50:45 2010 +0200

    Fix windows build of the branch

 gdk/win32/gdkwindow-win32.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/gdk/win32/gdkwindow-win32.c b/gdk/win32/gdkwindow-win32.c
index 51aa953..e3d0c1d 100644
--- a/gdk/win32/gdkwindow-win32.c
+++ b/gdk/win32/gdkwindow-win32.c
@@ -506,14 +506,12 @@ _gdk_window_impl_new (GdkWindow     *window,
   private = (GdkWindowObject *)window;
 
   GDK_NOTE (MISC,
-	    g_print ("_gdk_window_impl_new: %s %s\n",
-		     (private->window_type == GDK_WINDOW_TOPLEVEL ? "TOPLEVEL" :
-		      (private->window_type == GDK_WINDOW_CHILD ? "CHILD" :
-		       (private->window_type == GDK_WINDOW_DIALOG ? "DIALOG" :
-			(private->window_type == GDK_WINDOW_TEMP ? "TEMP" :
-			 "???")))),
-		     (attributes->wclass == GDK_INPUT_OUTPUT ? "" : "input-only")),
-			   );
+	    g_print ("_gdk_window_impl_new: %s\n",
+		     (attributes->window_type == GDK_WINDOW_TOPLEVEL ? "TOPLEVEL" :
+		      (attributes->window_type == GDK_WINDOW_CHILD ? "CHILD" :
+		       (attributes->window_type == GDK_WINDOW_DIALOG ? "DIALOG" :
+			(attributes->window_type == GDK_WINDOW_TEMP ? "TEMP" :
+			 "???"))))));
 
   /* to ensure to not miss important information some additional check against
    * attributes which may silently work on X11 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]