From 9cc42e573c1d28a71df6ca96131b8b14aff7639e Mon Sep 17 00:00:00 2001 From: toni Date: Mon, 25 Jul 2016 00:54:34 +0200 Subject: fixed update if timeout bug --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index d0a80a2..eb558f9 100644 --- a/src/ui.h +++ b/src/ui.h @@ -71,7 +71,7 @@ int deactivate_ui_input(void *data); void -ui_thrd_force_update(bool force_all); +ui_thrd_force_update(bool force_all, bool timedout); void ui_thrd_suspend(void); -- cgit v1.2.3