[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_complex_basic.nw
User: cnieves
Date: 06/04/22 16:34:02
Modified: . o_complex_basic.nw
Log:
Allow complex objects inside complex objects.
Revision Changes Path
1.26 +4 -6 eda/geda/devel/libgeda/noweb/o_complex_basic.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_complex_basic.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/o_complex_basic.nw,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- o_complex_basic.nw 12 Mar 2005 23:28:57 -0000 1.25
+++ o_complex_basic.nw 22 Apr 2006 20:34:02 -0000 1.26
@@ -1690,11 +1690,10 @@
o_arc_rotate_world(w_current, 0, 0, angle_change, o_current);
break;
-#if 0 /* complex within a complex? not right now */
case(OBJ_COMPLEX):
case(OBJ_PLACEHOLDER):
+ o_complex_rotate_lowlevel(w_current, 0, 0, angle, angle_change, o_current);
break;
-#endif
case(OBJ_TEXT):
o_text_rotate_world(w_current, 0, 0, angle, angle_change, o_current);
@@ -1760,11 +1759,10 @@
o_arc_mirror_world(w_current, 0, 0, o_current);
break;
-#if 0 /* complex within a complex? not right now */
case(OBJ_COMPLEX):
case(OBJ_PLACEHOLDER):
+ o_complex_mirror_lowlevel(w_current, 0, 0, o_current);
break;
-#endif
case(OBJ_TEXT):
o_text_mirror_world(w_current, 0, 0, o_current);