]> Dogcows Code - chaz/openbox/commitdiff
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 052f12df8d44e33613c0b52494d58411974deead..991e9adc71872a38900362c81bcdc6daecb42b77 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)
This page took 0.022998 seconds and 4 git commands to generate.