]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
get rid of the "inner" window
[chaz/openbox] / openbox / frame.h
index 0d3cf0e71a78f4aa818a83fe9bb49778f860cb89..054748575faa271f0d6b7db714715cd12c11af78 100644 (file)
@@ -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;
This page took 0.019596 seconds and 4 git commands to generate.