diff options
author | toni <matzeton@googlemail.com> | 2016-07-25 00:54:34 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-25 00:54:34 +0200 |
commit | 9cc42e573c1d28a71df6ca96131b8b14aff7639e (patch) | |
tree | 2c5ebceda9fdadee23758703b22974ba2a6adaba /src/ui.h | |
parent | 5afec763c90217870f98f34220113481ac0dc859 (diff) |
fixed update if timeout bug
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |