mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
gdkwindow: Correct a signature
We removed the parameter from callers and from the implementation, but not from the signature up top. I didn't notice because the branch I was working on removed the signature entirely.
This commit is contained in:
parent
47d6677e92
commit
9036ed0d67
@ -160,8 +160,7 @@ static void gdk_window_get_property (GObject *object,
|
||||
GValue *value,
|
||||
GParamSpec *pspec);
|
||||
|
||||
static void gdk_window_clear_backing_region (GdkWindow *window,
|
||||
cairo_region_t *region);
|
||||
static void gdk_window_clear_backing_region (GdkWindow *window);
|
||||
|
||||
static void recompute_visible_regions (GdkWindow *private,
|
||||
gboolean recalculate_children);
|
||||
|
Loading…
Reference in New Issue
Block a user