summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-21 18:59:35 +0000
committerDana Jansens <danakj@orodu.net>2003-06-21 18:59:35 +0000
commit069e9607fa433190307bb8242294a109e88165de (patch)
tree3e65749cd6a9408394d2369071da29c6a131b816 /openbox/frame.h
parentd085756572ae13035f69ab6fd3f7c9556d155e9c (diff)
add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client.
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 bfce4a7d..2720de91 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -37,6 +37,7 @@ typedef struct Frame {
Strut size;
Rect area;
gboolean visible;
+ int decorations;
Window title;
Window label;