From a09984bbc076bc37b11058237f51fa15114129e2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 20 Aug 2003 23:01:56 +0000 Subject: add an obscured flag that tracks if the frame is at all obscured --- openbox/frame.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/frame.h') 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; -- cgit v1.2.3