X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=054748575faa271f0d6b7db714715cd12c11af78;hb=a1511e465550501dee66c0474d3e3867b97fd1fb;hp=0d3cf0e71a78f4aa818a83fe9bb49778f860cb89;hpb=3e8d8108e747e9d04fa7bb992b75c6cd3ed9187b;p=chaz%2Fopenbox 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;