diff options
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 4 |
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; |
