summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-06-21 18:03:56 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-06-21 18:45:39 -0400
commitc767d504c5823ab580b93a5542a29121221db75a (patch)
treeb647d9d215f5d086730ba373f294495f4e90cd4f /gdk/gdkoffscreenwindow.c
parentdcef61ac44c99cefb85364bc953a78bbdfda2c5f (diff)
downloadgtk+-c767d504c5823ab580b93a5542a29121221db75a.tar.gz
gdkwindow: Don't bother with a return parameter for queue_antiexpose
Standard refcounting works perfectly well. Don't give us the opportunity for more memory leaks.
Diffstat (limited to 'gdk/gdkoffscreenwindow.c')
-rw-r--r--gdk/gdkoffscreenwindow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c
index 5ee179f86d..f54d3d14ae 100644
--- a/gdk/gdkoffscreenwindow.c
+++ b/gdk/gdkoffscreenwindow.c
@@ -542,11 +542,10 @@ gdk_offscreen_window_get_geometry (GdkWindow *window,
}
}
-static gboolean
+static void
gdk_offscreen_window_queue_antiexpose (GdkWindow *window,
cairo_region_t *area)
{
- return FALSE;
}
/**