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:
Jasper St. Pierre 2014-06-21 11:25:16 -04:00
parent 47d6677e92
commit 9036ed0d67

View File

@ -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);