Fix windows build of the branch

This commit is contained in:
Fridrich Štrba 2010-08-28 18:50:45 +02:00
parent a1e8ea6b7f
commit c7e650ae5d

View File

@ -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 */