From: Dana Jansens Date: Sun, 22 Apr 2007 19:08:38 +0000 (+0000) Subject: xflush after changing the focus decorations so it gets shown faster X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7d1226c57cbe2c83d87174b637bcf923897f8033;p=chaz%2Fopenbox xflush after changing the focus decorations so it gets shown faster --- 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)