diff options
Diffstat (limited to 'textscreen/txt_checkbox.c')
-rw-r--r-- | textscreen/txt_checkbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_checkbox.c b/textscreen/txt_checkbox.c index bb26211f..37fb0747 100644 --- a/textscreen/txt_checkbox.c +++ b/textscreen/txt_checkbox.c @@ -122,6 +122,7 @@ txt_widget_class_t txt_checkbox_class = TXT_CheckBoxKeyPress, TXT_CheckBoxDestructor, TXT_CheckBoxMousePress, + 0, }; txt_checkbox_t *TXT_NewCheckBox(char *label, int *variable) |