summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-20 23:01:56 +0000
committerDana Jansens <danakj@orodu.net>2003-08-20 23:01:56 +0000
commita09984bbc076bc37b11058237f51fa15114129e2 (patch)
tree38f96eba3d598dd29f25ebc7fad22d92039ad0f5 /openbox/frame.h
parent888df2e10cbb751dbfb3bc03e88fd9846ca47c1c (diff)
add an obscured flag that tracks if the frame is at all obscured
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 6bb69599..5072d091 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -54,6 +54,10 @@ struct _ObFrame
Strut size;
Rect area;
gboolean visible;
+
+ /*! Whether the window is obscured at all or fully visible. */
+ gboolean obscured;
+
guint decorations;
Window title;