[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: struct.h
User: cnieves
Date: 06/09/30 15:04:36
Modified: . struct.h
Log:
Fix for bug #1527465. Do a zoom extents for all pages when the
main window is maximized.
Revision Changes Path
1.92 +6 -0 eda/geda/gaf/libgeda/include/struct.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: struct.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- struct.h 28 Sep 2006 18:00:32 -0000 1.91
+++ struct.h 30 Sep 2006 19:04:36 -0000 1.92
@@ -422,6 +422,12 @@
int loc_x, loc_y;
int distance;
+ /* Variable to see if the window is maximized or not */
+ /* It seems that currently there is no way to know if a GtkWindow is
+ maximized, so the app has to track the window_state_event signal
+ and toggle this variable. */
+ gboolean window_maximized;
+
/* used by attribute dialog */
/* also used by text add dialog */
char *current_attribute;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs