[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: pbernaud
Date: 06/10/20 18:58:57
Modified: . prototype.h
Log:
Fixed misbehaviour of main window closing even if user cancelled
Revision Changes Path
1.147 +2 -2 eda/geda/gaf/gschem/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- prototype.h 18 Oct 2006 20:02:27 -0000 1.146
+++ prototype.h 20 Oct 2006 22:58:57 -0000 1.147
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.146 2006/10/18 20:02:27 cnieves Exp $ */
+/* $Id: prototype.h,v 1.147 2006/10/20 22:58:57 pbernaud Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
@@ -444,7 +444,7 @@
void i_callback_help_manual(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_help_hotkeys(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_options_show_coord_window(gpointer data, guint callback_action, GtkWidget *widget);
-void i_callback_close_wm(GtkWidget *widget, GdkEvent *event, gpointer data);
+gboolean i_callback_close_wm(GtkWidget *widget, GdkEvent *event, gpointer data);
/* i_vars.c */
void i_vars_set(TOPLEVEL *w_current);
void i_vars_setnames(TOPLEVEL *w_current);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs