API: x11: gdk_drawable_get_xid => gdk_window_get_xid

Also moves the function implementations to gtkwindow-x11.c.
This commit is contained in:
Benjamin Otte
2010-10-06 00:08:25 +02:00
parent 86390c99dd
commit cf51750bf4
8 changed files with 46 additions and 55 deletions

View File

@ -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
}