clear the window after setting the background color, this isnt implicit

This commit is contained in:
Dana Jansens 2003-08-10 03:31:18 +00:00
parent 79e189dbac
commit 084c66a32a

View file

@ -22,6 +22,7 @@ void framerender_frame(ObFrame *self)
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) {