forked from AuroraMiddleware/gtk
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,
|
GValue *value,
|
||||||
GParamSpec *pspec);
|
GParamSpec *pspec);
|
||||||
|
|
||||||
static void gdk_window_clear_backing_region (GdkWindow *window,
|
static void gdk_window_clear_backing_region (GdkWindow *window);
|
||||||
cairo_region_t *region);
|
|
||||||
|
|
||||||
static void recompute_visible_regions (GdkWindow *private,
|
static void recompute_visible_regions (GdkWindow *private,
|
||||||
gboolean recalculate_children);
|
gboolean recalculate_children);
|
||||||
|
Loading…
Reference in New Issue
Block a user