projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e189d
)
clear the window after setting the background color, this isnt implicit
author
Dana Jansens
<danakj@orodu.net>
Sun, 10 Aug 2003 03:31:18 +0000
(
03:31
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 10 Aug 2003 03:31:18 +0000
(
03:31
+0000)
openbox/framerender.c
patch
|
blob
|
history
diff --git
a/openbox/framerender.c
b/openbox/framerender.c
index b2aba5ea6f241d1b836c063a188befb25e348d37..967d27e830bdadf8e4273fa287128485f40e39f1 100644
(file)
--- a/
openbox/framerender.c
+++ b/
openbox/framerender.c
@@
-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) {