summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-28 22:18:32 +0000
committerDana Jansens <danakj@orodu.net>2007-05-28 22:18:32 +0000
commita1511e465550501dee66c0474d3e3867b97fd1fb (patch)
tree2ad4877615d376c0ae85296508f581a45d3fe69d /openbox/frame.h
parent3e8d8108e747e9d04fa7bb992b75c6cd3ed9187b (diff)
get rid of the "inner" window
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 0d3cf0e7..05474857 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -86,7 +86,6 @@ struct _ObFrame
guint functions;
guint decorations;
- Window inner; /*!< The window for drawing the inner client border */
Window title;
Window label;
Window max;
@@ -118,6 +117,10 @@ struct _ObFrame
Window rgriptop;
Window rgripright;
Window rgripbottom;
+ Window innerleft; /*!< For drawing the inner client border */
+ Window innertop; /*!< For drawing the inner client border */
+ Window innerright; /*!< For drawing the inner client border */
+ Window innerbottom; /*!< For drawing the inner client border */
/* These are resize handles inside the titlebar */
Window topresize;