summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-20 06:45:02 +0000
committerDana Jansens <danakj@orodu.net>2007-05-20 06:45:02 +0000
commit1b7c2dac9ed1f77e1b89c8c99e605a5c7d986f2c (patch)
tree241dad6e65056416cf2081f9d8620fea06a88b51 /openbox/frame.h
parent0353b979c66bc07432296d80acc61b6bbef5f623 (diff)
draw the handle without borders
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index cf7c7e20..956c0258 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -107,8 +107,18 @@ struct _ObFrame
Window titletopright;
Window titleright;
Window titlebottom;
- Window leftresize;
- Window rightresize;
+ Window left;
+ Window right;
+ Window handleleft;
+ Window handletop;
+ Window handleright;
+ Window handlebottom;
+ Window lgriptop;
+ Window lgripleft;
+ Window lgripbottom;
+ Window rgriptop;
+ Window rgripright;
+ Window rgripbottom;
/* These are resize handles inside the titlebar */
Window topresize;