From a1511e465550501dee66c0474d3e3867b97fd1fb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 22:18:32 +0000 Subject: get rid of the "inner" window --- openbox/frame.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/frame.h') 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; -- cgit v1.2.3