]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Revert "add XFlush to g_timeout callbacks"
[chaz/openbox] / openbox / event.c
index eb69d090827b0e524c2cf4ebc8593a4a3a292f12..b59707bbd4cd92daddaaf209be57678fe6c6aafd 100644 (file)
@@ -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 */
 }
 
This page took 0.020469 seconds and 4 git commands to generate.