]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
Revert "add XFlush to g_timeout callbacks"
[chaz/openbox] / openbox / frame.c
index bd9527b0956119adefaa38343495590e84293c47..8a9a5a6462800b7aad364ab6a39a05b1163279f2 100644 (file)
@@ -1672,7 +1672,6 @@ static gboolean flash_timeout(gpointer data)
         self->focused = FALSE;
     }
 
-    XFlush(obt_display);
     return TRUE; /* go again */
 }
 
@@ -1770,11 +1769,11 @@ static gboolean frame_animate_iconify(gpointer p)
     }
 
     XMoveResizeWindow(obt_display, self->window, x, y, w, h);
+    XFlush(obt_display);
 
     if (time == 0)
         frame_end_iconify_animation(self);
 
-    XFlush(obt_display);
     return time > 0; /* repeat until we're out of time */
 }
 
This page took 0.025191 seconds and 4 git commands to generate.