all repos — openbox @ 084c66a32ab9c3587eb0d45c1c5427792d79cb33

openbox fork - make it a bit more like ryudo

clear the window after setting the background color, this isnt implicit
Dana Jansens danakj@orodu.net
commit

084c66a32ab9c3587eb0d45c1c5427792d79cb33

parent

79e189dbac9ec5ae5baed26515ee60b8dce9a079

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M openbox/framerender.copenbox/framerender.c

@@ -22,6 +22,7 @@ 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); } if (self->decorations & OB_FRAME_DECOR_TITLEBAR) {