or a full second?
This commit is contained in:
parent
d755060a09
commit
b046c107e8
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ static void do_resize()
|
||||||
waiting_for_sync = TRUE;
|
waiting_for_sync = TRUE;
|
||||||
|
|
||||||
ob_main_loop_timeout_remove(ob_main_loop, sync_timeout_func);
|
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,
|
sync_timeout_func,
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue