From b046c107e8f9da138ea56dfde05216c1bb86ff34 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 10 Jul 2007 22:54:12 +0000 Subject: [PATCH] or a full second? --- openbox/moveresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.44.0