[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: struct.h
User: cnieves
Date: 06/05/20 17:58:27
Modified: . struct.h
Log:
Commented out the indentation of the C code and added one sanity check.
Revision Changes Path
1.84 +2 -0 eda/geda/devel/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/devel/libgeda/include/struct.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- struct.h 20 May 2006 19:02:31 -0000 1.83
+++ struct.h 20 May 2006 21:58:27 -0000 1.84
@@ -497,6 +497,8 @@
int event_state; /* Current event state */
int inside_action; /* Are we doing an action? */
+ int rotated_inside; /* Was the selection rotated
+ inside an action? */
int init_left, init_right; /* Starting values for above */
int init_top, init_bottom;