diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-12-17 10:53:21 +0100 |
---|---|---|
committer | Alexander Larsson <alex@localhost.localdomain> | 2009-04-02 10:15:16 +0200 |
commit | e14e05addc8c26d8d6a44b284ac0c475f177e45a (patch) | |
tree | 93a9ada73d76cea8cea234c58a9cba2b555cb221 /gdk/gdkwindowimpl.h | |
parent | 4ba2b181bfdac308e5f10f707c5a493ad93d1679 (diff) | |
download | gtk+-e14e05addc8c26d8d6a44b284ac0c475f177e45a.tar.gz |
Remove shape_combine_mask from backend. Make X11 backend use XShapeCombineMask directly to unset region
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index eff05b9b75..5b252a2abf 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -86,10 +86,6 @@ struct _GdkWindowImplIface gint *x, gint *y); - void (* shape_combine_mask) (GdkWindow *window, - GdkBitmap *mask, - gint x, - gint y); void (* shape_combine_region) (GdkWindow *window, const GdkRegion *shape_region, gint offset_x, |