diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -72,6 +72,12 @@ deactivate_ui_input(void *data); void ui_thrd_force_update(void); +void +ui_thrd_suspend(void); + +void +ui_thrd_resume(void); + WINDOW * init_ui(void); |