summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-23 23:21:47 +0000
committerDana Jansens <danakj@orodu.net>2007-04-23 23:21:47 +0000
commitd0013c0861e29433de10a849032382534c8e1659 (patch)
tree205dd33cce032cdbb5ae587949a8015d1d6da046 /openbox/frame.h
parentb4eecc51b55509a0b9c8b5f8cdd536f6b668af58 (diff)
add a window between the frame and the plate for drawing the client border. this way when the client window disappears, nothing gets rendered underneath it.
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 90902fc6..e4734e76 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -83,6 +83,7 @@ struct _ObFrame
guint decorations;
gboolean max_horz;
+ Window inner; /*!< The window for drawing the inner client border */
Window title;
Window label;
Window max;