diff options
author | Alexander Larsson <alexl@redhat.com> | 2014-09-04 21:58:20 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2014-09-05 09:44:28 +0200 |
commit | 53dab9240d48f7c39aab6204d759b28d45133d26 (patch) | |
tree | 0b1d62213e08ad4e97c445659f0897b04a4c5b0f /gdk | |
parent | 9e2f91e006136c09f7adc58d0dfff93c08aa938d (diff) | |
download | gtk+-53dab9240d48f7c39aab6204d759b28d45133d26.tar.gz |
GdkWindow: Remove unused fields
clip_region_with_children and layered_region is not used any more,
remove them.
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdkinternals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index f58ccb0084..5e98f96fca 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -257,12 +257,6 @@ struct _GdkWindow that is fully or partially (i.e. semi transparently) visible in the window hierarchy from the toplevel and down */ cairo_region_t *clip_region; - /* This is the clip region, with additionally all the opaque - child windows removed */ - cairo_region_t *clip_region_with_children; - /* The layered region is the subset of clip_region that - is covered by non-opaque sibling or ancestor sibling window. */ - cairo_region_t *layered_region; GdkCursor *cursor; GHashTable *device_cursor; |