From 5930089d6965da4bcc7aa11e1f4d67a76c0dd351 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 25 Jun 2001 23:52:29 +0000 Subject: hot split/unsplit --- mixgtk/mixgtk_input.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mixgtk/mixgtk_input.c') 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) { -- cgit v1.2.3