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:
a95b524
)
xflush after changing the focus decorations so it gets shown faster
author
Dana Jansens
<danakj@orodu.net>
Sun, 22 Apr 2007 19:08:38 +0000
(19:08 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 22 Apr 2007 19:08:38 +0000
(19:08 +0000)
openbox/frame.c
patch
|
blob
|
history
diff --git
a/openbox/frame.c
b/openbox/frame.c
index 052f12df8d44e33613c0b52494d58411974deead..991e9adc71872a38900362c81bcdc6daecb42b77 100644
(file)
--- a/
openbox/frame.c
+++ b/
openbox/frame.c
@@
-498,6
+498,7
@@
void frame_adjust_focus(ObFrame *self, gboolean hilite)
{
self->focused = hilite;
framerender_frame(self);
+ XFlush(ob_display);
}
void frame_adjust_title(ObFrame *self)