X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fmoveresize.c;h=2f68395a1e9ec5cc30bcfd6b8b0f40ffc02038e3;hp=13f39df2a64b10092a99d7b85dd265541e54ba0f;hb=624ffe397bb52757f486208b754489cdb77fd923;hpb=179312f9ae8ad3fdae977ac0d4004aa6ef33f5eb diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 13f39df..2f68395 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -462,8 +462,6 @@ static gboolean sync_timeout_func(gpointer data) ++waiting_for_sync; /* we timed out waiting for our sync... */ do_resize(); /* ...so let any pending resizes through */ - XFlush(obt_display); - if (waiting_for_sync > SYNC_TIMEOUTS) { sync_timer = 0; return FALSE; /* don't repeat */ @@ -618,7 +616,6 @@ static gboolean edge_warp_delay_func(gpointer data) } edge_warp_odd = !edge_warp_odd; - XFlush(obt_display); return TRUE; /* do repeat ! */ }