clear the window after setting the background color, this isnt implicit
This commit is contained in:
parent
79e189dbac
commit
084c66a32a
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue