API: x11: gdk_drawable_get_xid => gdk_window_get_xid
Also moves the function implementations to gtkwindow-x11.c.
This commit is contained in:
@ -9606,7 +9606,7 @@ 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)));
|
||||
g_print (" impl(0x%lx)", gdk_x11_window_get_xid (window));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user