aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-25 00:54:34 +0200
committertoni <matzeton@googlemail.com>2016-07-25 00:54:34 +0200
commit9cc42e573c1d28a71df6ca96131b8b14aff7639e (patch)
tree2c5ebceda9fdadee23758703b22974ba2a6adaba /src/ui.h
parent5afec763c90217870f98f34220113481ac0dc859 (diff)
fixed update if timeout bug
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
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);