From 7d1226c57cbe2c83d87174b637bcf923897f8033 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 19:08:38 +0000 Subject: [PATCH] xflush after changing the focus decorations so it gets shown faster --- openbox/frame.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2