summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-22 19:08:38 +0000
committerDana Jansens <danakj@orodu.net>2007-04-22 19:08:38 +0000
commit7d1226c57cbe2c83d87174b637bcf923897f8033 (patch)
treef63cc9e5ff78965e57345d26c303931e7baba297
parenta95b5244f9cea2a7c6cb92d89b258d4f884276fd (diff)
xflush after changing the focus decorations so it gets shown faster
-rw-r--r--openbox/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 052f12df..991e9adc 100644
--- 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)