]> Dogcows Code - chaz/openbox/blobdiff - openbox/framerender.c
add a window between the frame and the plate for drawing the client border. this...
[chaz/openbox] / openbox / framerender.c
index 99d112844ba2b2314bd9be3ae111bd34512f9858..bbf1398344ccc89eda95b89b5f22b5642627440a 100644 (file)
@@ -40,8 +40,8 @@ void framerender_frame(ObFrame *self)
         px = (self->focused ?
               RrColorPixel(ob_rr_theme->cb_focused_color) :
               RrColorPixel(ob_rr_theme->cb_unfocused_color));
-        XSetWindowBackground(ob_display, self->plate, px);
-        XClearWindow(ob_display, self->plate);
+        XSetWindowBackground(ob_display, self->inner, px);
+        XClearWindow(ob_display, self->inner);
     }
 
     if (self->decorations & OB_FRAME_DECOR_TITLEBAR) {
This page took 0.020266 seconds and 4 git commands to generate.