Ifdef out x11 specific code

This commit is contained in:
Alexander Larsson 2009-01-21 11:23:51 +01:00 committed by Alexander Larsson
parent e718893611
commit 50d9a9018a

View File

@ -8312,7 +8312,9 @@ gdk_window_print (GdkWindowObject *window,
if (gdk_window_has_impl (window))
{
#ifdef GDK_WINDOWING_X11
g_print (" impl(0x%lx)", gdk_x11_drawable_get_xid (GDK_DRAWABLE (window)));
#endif
}
if (window->input_only)