summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-29 21:04:06 +0000
committerDana Jansens <danakj@orodu.net>2007-05-29 21:04:06 +0000
commita9b411ce84bb67c4594efe7b286367010d5c3d82 (patch)
treeef0ba4e50002b5d0dbd3e3154245532b6a14cb79 /openbox/frame.h
parente473ec2b60e421bfad38543f85b922a0921203f9 (diff)
fix the bottom decor stuff for maximized windows. kill the border and tings at the bottom for fullmax windows.
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index af0da975..0691821c 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -162,8 +162,10 @@ struct _ObFrame
gint close_x; /* x-position of the window close button */
gint bwidth; /* border width */
gint rbwidth; /* border width between the title and client */
- gint cbwidth_x; /* client border width */
- gint cbwidth_y; /* client border width */
+ gint cbwidth_l; /* client border width */
+ gint cbwidth_t; /* client border width */
+ gint cbwidth_r; /* client border width */
+ gint cbwidth_b; /* client border width */
gboolean max_horz; /* when maxed some decorations are hidden */
gboolean max_vert; /* when maxed some decorations are hidden */