summaryrefslogtreecommitdiff
path: root/src/setup/txt_keyinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/txt_keyinput.h')
-rw-r--r--src/setup/txt_keyinput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup/txt_keyinput.h b/src/setup/txt_keyinput.h
index 4952a970..5df0b2e3 100644
--- a/src/setup/txt_keyinput.h
+++ b/src/setup/txt_keyinput.h
@@ -35,6 +35,7 @@ struct txt_key_input_s
{
txt_widget_t widget;
int *variable;
+ int check_conflicts;
};
txt_key_input_t *TXT_NewKeyInput(int *variable);