gdk: Use GdkDrawable for impl pointers

... instead of GdkWindow
This commit is contained in:
Benjamin Otte 2010-11-22 17:49:41 +01:00
parent a7e6d6c4b4
commit 81605623e2

View File

@ -3472,7 +3472,7 @@ gdk_window_flush_if_exposing (GdkWindow *window)
static void
gdk_window_flush_recursive_helper (GdkWindowObject *window,
GdkWindow *impl)
GdkDrawable *impl)
{
GdkWindowObject *child;
GList *l;
@ -6194,7 +6194,7 @@ move_native_children (GdkWindowObject *private)
static gboolean
collect_native_child_region_helper (GdkWindowObject *window,
GdkWindow *impl,
GdkDrawable *impl,
cairo_region_t **region,
int x_offset,
int y_offset)