diff options
Diffstat (limited to 'mixgtk/mixgtk_input.c')
-rw-r--r-- | mixgtk/mixgtk_input.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_input.c b/mixgtk/mixgtk_input.c index 95c697a..6a04a75 100644 --- a/mixgtk/mixgtk_input.c +++ b/mixgtk/mixgtk_input.c @@ -42,6 +42,13 @@ static GtkWidget *childs_[SIZE_]; static input_callback_t callback_; static gpointer data_; +/* init */ +void +mixgtk_input_init (void) +{ + dialog_ = NULL; +} + static void init_dialog_ (void) { |