X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=991e9adc71872a38900362c81bcdc6daecb42b77;hb=eb1cd9cc499da864b04cc39a2cf6bd8bf247248b;hp=554e7b55fda8a7bbf4c1507ac34eeaa71158bcf5;hpb=fda5ddfe1624e8f9506a0830afdc35bb7bc880e7;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index 554e7b55..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) @@ -977,6 +978,7 @@ void frame_flash_start(ObFrame *self) G_USEC_PER_SEC * 0.6, flash_timeout, self, + g_direct_equal, flash_done); g_get_current_time(&self->flash_end); g_time_val_add(&self->flash_end, G_USEC_PER_SEC * 5);