xflush after changing the focus decorations so it gets shown faster
authorDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 19:08:38 +0000 (19:08 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 19:08:38 +0000 (19:08 +0000)
openbox/frame.c

index 052f12d..991e9ad 100644 (file)
@@ -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)