aboutsummaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2015-11-14 15:28:48 +0100
committertoni <matzeton@googlemail.com>2015-11-14 16:23:49 +0100
commit6f7ce363ee56f96fe797433ed48b18a0787ed110 (patch)
tree516e76898679d3f2cfedf27e3c7ed544514c3b13 /src/ui.h
parentf2f6ea5029c6c43dc43d714978daca38c03a8a83 (diff)
trying to fix ncurses problerms .. fixed
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 91d5403..fa895ca 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -51,6 +51,9 @@ unregister_ui_elt(void *data);
int
activate_ui_input(void *data);
+int
+deactivate_ui_input(void *data);
+
void
ui_thrd_force_update(void);