summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-02 06:20:31 +0000
committerDana Jansens <danakj@orodu.net>2003-08-02 06:20:31 +0000
commit960a7f0184a84f99545fa2d3dd22cefc77f2cbc6 (patch)
treebba14c629c1dc2193741c51182966970ca6c97ce /openbox/frame.h
parent824bfd9d1fc60d2c710693dd26f168c3a7c8beea (diff)
invisible resizing areas/grips in the top corners of the window
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 0fd7aba3..8eacbb1b 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -17,6 +17,8 @@ typedef enum {
OB_FRAME_CONTEXT_FRAME,
OB_FRAME_CONTEXT_BLCORNER,
OB_FRAME_CONTEXT_BRCORNER,
+ OB_FRAME_CONTEXT_TLCORNER,
+ OB_FRAME_CONTEXT_TRCORNER,
OB_FRAME_CONTEXT_MAXIMIZE,
OB_FRAME_CONTEXT_ALLDESKTOPS,
OB_FRAME_CONTEXT_SHADE,
@@ -66,6 +68,9 @@ struct _ObFrame
Window lgrip;
Window rgrip;
+ Window tlresize;
+ Window trresize;
+
RrAppearance *a_unfocused_title;
RrAppearance *a_focused_title;
RrAppearance *a_unfocused_label;