aboutsummaryrefslogtreecommitdiff
path: root/ui_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui_input.h')
-rw-r--r--ui_input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui_input.h b/ui_input.h
index a586d15..aa4605c 100644
--- a/ui_input.h
+++ b/ui_input.h
@@ -1,5 +1,5 @@
-#ifndef UI_ANIC_H
-#define UI_ANIC_H 1
+#ifndef UI_INPUT_H
+#define UI_INPUT_H 1
#include <ncurses.h>
@@ -21,6 +21,6 @@ int
input_cb(WINDOW *win, void *data, bool needs_update);
void
-register_input(struct input *a, chtype attr);
+register_input(struct input *a, unsigned int x, unsigned int y, unsigned int width, unsigned int height, chtype attr);
#endif