all repos — openbox @ b046c107e8f9da138ea56dfde05216c1bb86ff34

openbox fork - make it a bit more like ryudo

or a full second?
Dana Jansens danakj@orodu.net
commit

b046c107e8f9da138ea56dfde05216c1bb86ff34

parent

d755060a098513247e8132f2b9f69cc087be7174

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/moveresize.copenbox/moveresize.c

@@ -341,7 +341,7 @@

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); }