diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-05-26 20:53:48 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-05-26 20:53:48 +0200 |
commit | 8cb385cd3105acd096d2ce6f1f88156f07dbb7fe (patch) | |
tree | 60726c50fc6528a146331e35c55bf5a371fb8eb1 /gdk/gdkinternals.h | |
parent | 6c76f8f6cef2c026985995a5e7444b3a8a5840bb (diff) | |
download | gtk+-8cb385cd3105acd096d2ce6f1f88156f07dbb7fe.tar.gz |
Add support for visibility notification
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index a37f9e8937..9191cf9b12 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -255,6 +255,9 @@ struct _GdkWindowObject GdkRegion *clip_region_with_children; /* Clip region in window coords */ GdkCursor *cursor; gint8 toplevel_window_type; + 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 windows */ GdkWindowPaint *implicit_paint; |