diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-10 22:54:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-10 22:54:12 +0000 |
| commit | b046c107e8f9da138ea56dfde05216c1bb86ff34 (patch) | |
| tree | 99a5fd41a05c5e4d9ca6eb72d01c99dab5d06054 | |
| parent | d755060a098513247e8132f2b9f69cc087be7174 (diff) | |
or a full second?
| -rw-r--r-- | openbox/moveresize.c | 2 |
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); } |
