X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=b59707bbd4cd92daddaaf209be57678fe6c6aafd;hb=624ffe397bb52757f486208b754489cdb77fd923;hp=eb69d090827b0e524c2cf4ebc8593a4a3a292f12;hpb=179312f9ae8ad3fdae977ac0d4004aa6ef33f5eb;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index eb69d090..b59707bb 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -2073,7 +2073,6 @@ static gboolean focus_delay_func(gpointer data) if (client_focus(d->client) && config_focus_raise) stacking_raise(CLIENT_AS_WINDOW(d->client)); event_curtime = old; - XFlush(obt_display); return FALSE; /* no repeat */ } @@ -2086,7 +2085,6 @@ static gboolean unfocus_delay_func(gpointer data) event_curserial = d->serial; focus_nothing(); event_curtime = old; - XFlush(obt_display); return FALSE; /* no repeat */ }