diff options
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 5 |
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; |
