summaryrefslogtreecommitdiff
path: root/openbox/moveresize.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/moveresize.c')
-rw-r--r--openbox/moveresize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c
index 9ccfbd6a..b4ebde5a 100644
--- a/openbox/moveresize.c
+++ b/openbox/moveresize.c
@@ -341,7 +341,7 @@ static void do_resize()
waiting_for_sync = TRUE;
ob_main_loop_timeout_remove(ob_main_loop, sync_timeout_func);
- ob_main_loop_timeout_add(ob_main_loop, G_USEC_PER_SEC / 2,
+ ob_main_loop_timeout_add(ob_main_loop, G_USEC_PER_SEC,
sync_timeout_func,
NULL, NULL, NULL);
}