gdk: Remove unused members from surface struct
authorBenjamin Otte <otte@redhat.com>
Wed, 21 Mar 2018 01:50:37 +0000 (02:50 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 21 Mar 2018 03:10:06 +0000 (04:10 +0100)
gdk/gdkinternals.h

index de55b8b4b4c33fcda7154570d8885997d5a6eeee..555fdaf93fabf3d61db1418a2b62dda03da2bef1 100644 (file)
@@ -200,13 +200,8 @@ struct _GdkSurface
   guint shaped : 1;
   guint support_multidevice : 1;
   guint synthesize_crossing_event_queued : 1;
-  guint effective_visibility : 2;
-  guint visibility : 2; /* The visibility wrt the toplevel (i.e. based on clip_region) */
-  guint native_visibility : 2; /* the native visibility of a impl surfaces */
   guint viewable : 1; /* mapped and all parents mapped */
-  guint applied_shape : 1;
   guint in_update : 1;
-  guint geometry_dirty : 1;
   guint frame_clock_events_paused : 1;
 
   /* The GdkSurface that has the impl, ref:ed if another surface.