X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=8a9a5a6462800b7aad364ab6a39a05b1163279f2;hb=95535e86237e6c89935eb7563f37f13474c466f2;hp=bd9527b0956119adefaa38343495590e84293c47;hpb=1ffc0021325e30db7bb7f8b2a17ca7f5546b3324;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index bd9527b0..8a9a5a64 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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 */ }