gdk: Use GdkDrawable for impl pointers
... instead of GdkWindow
This commit is contained in:
@ -3472,7 +3472,7 @@ gdk_window_flush_if_exposing (GdkWindow *window)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
gdk_window_flush_recursive_helper (GdkWindowObject *window,
|
gdk_window_flush_recursive_helper (GdkWindowObject *window,
|
||||||
GdkWindow *impl)
|
GdkDrawable *impl)
|
||||||
{
|
{
|
||||||
GdkWindowObject *child;
|
GdkWindowObject *child;
|
||||||
GList *l;
|
GList *l;
|
||||||
@ -6194,7 +6194,7 @@ move_native_children (GdkWindowObject *private)
|
|||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
collect_native_child_region_helper (GdkWindowObject *window,
|
collect_native_child_region_helper (GdkWindowObject *window,
|
||||||
GdkWindow *impl,
|
GdkDrawable *impl,
|
||||||
cairo_region_t **region,
|
cairo_region_t **region,
|
||||||
int x_offset,
|
int x_offset,
|
||||||
int y_offset)
|
int y_offset)
|
||||||
|
Reference in New Issue
Block a user