summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-13 12:31:41 +0000
committerDana Jansens <danakj@orodu.net>2007-06-13 12:31:41 +0000
commit383f1ee85fbe6c7317781db2b05018e7932b9eab (patch)
treee65ffb6a23558fa3157b4caf648fade59600f499 /openbox/frame.h
parent6005c3c86135ce9a7e95abacf275f94c440094c7 (diff)
don't show vertical resize context/arrow when the window is shaded
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index a29e77c3..2f7d1e74 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -167,6 +167,7 @@ struct _ObFrame
gint cbwidth_b; /* client border width */
gboolean max_horz; /* when maxed some decorations are hidden */
gboolean max_vert; /* when maxed some decorations are hidden */
+ gboolean shaded; /* decorations adjust when shaded */
/* the leftmost and rightmost elements in the titlebar */
ObFrameContext leftmost;