summaryrefslogtreecommitdiff
path: root/gdk/gdkwindowimpl.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-08-15 03:16:20 +0200
committerBenjamin Otte <otte@redhat.com>2010-09-26 15:03:00 +0200
commit547e2cc837c8aa92e35bbb5e856a9436f9bcbab4 (patch)
treeea5c70b2907e3d4d31cec0f2a3f9996a6acd21bf /gdk/gdkwindowimpl.h
parent3d98537c2e94f51b68718cd8efba66ecd4d0ffb7 (diff)
downloadgtk+-547e2cc837c8aa92e35bbb5e856a9436f9bcbab4.tar.gz
gdk: Remove GdkWindowImpl->clear_region
It was only used on the X11 backend and is easier to implement locally, in particular when we want to allow backgrounds that X can't handle.
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r--gdk/gdkwindowimpl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h
index 0b9f507832..fcb8ba235e 100644
--- a/gdk/gdkwindowimpl.h
+++ b/gdk/gdkwindowimpl.h
@@ -74,9 +74,6 @@ struct _GdkWindowImplIface
GdkWindow *new_parent,
gint x,
gint y);
- void (* clear_region) (GdkWindow *window,
- cairo_region_t *region,
- gboolean send_expose);
void (* set_device_cursor) (GdkWindow *window,
GdkDevice *device,