mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
gdk: Use GdkDrawable for impl pointers
... instead of GdkWindow
This commit is contained in:
parent
a7e6d6c4b4
commit
81605623e2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user