diff options
author | toni <matzeton@googlemail.com> | 2015-11-14 15:28:48 +0100 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2015-11-14 16:23:49 +0100 |
commit | 6f7ce363ee56f96fe797433ed48b18a0787ed110 (patch) | |
tree | 516e76898679d3f2cfedf27e3c7ed544514c3b13 /src/ui.h | |
parent | f2f6ea5029c6c43dc43d714978daca38c03a8a83 (diff) |
trying to fix ncurses problerms .. fixed
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |