diff src/xs_genui.h @ 612:32fc27395220

About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 00:03:05 +0000
parents a437571d0fc5
children 5f215b88d507
line wrap: on
line diff
--- a/src/xs_genui.h	Sat Sep 01 14:43:05 2007 +0000
+++ b/src/xs_genui.h	Sun Sep 02 00:03:05 2007 +0000
@@ -183,3 +183,8 @@
 void
 xs_filter_export_fs_cancel             (GtkButton       *button,
                                         gpointer         user_data);
+
+gboolean
+xs_confirmwin_delete                   (GtkWidget       *widget,
+                                        GdkEvent        *event,
+                                        gpointer         user_data);