summaryrefslogtreecommitdiff
path: root/setup/txt_keyinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup/txt_keyinput.c')
-rw-r--r--setup/txt_keyinput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/txt_keyinput.c b/setup/txt_keyinput.c
index af939c71..bdf2f926 100644
--- a/setup/txt_keyinput.c
+++ b/setup/txt_keyinput.c
@@ -155,6 +155,7 @@ txt_widget_class_t txt_key_input_class =
TXT_KeyInputKeyPress,
TXT_KeyInputDestructor,
TXT_KeyInputMousePress,
+ NULL,
};
txt_key_input_t *TXT_NewKeyInput(int *variable)