[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: pcjc2
Date: 06/12/27 14:21:36
Modified: . Tag: noscreen prototype.h
Log:
* include/prototype.h, src/o_misc.c, src/o_complex.c,
src/i_callbacks.c, src/x_event.c: Made o_complex_mirror()
into o_complex_mirror_world(), made o_mirror() into
o_mirror_world(), and converted usage as appropriate.
Revision Changes Path
No revision
No revision
1.153.2.2 +3 -3 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.153.2.1
retrieving revision 1.153.2.2
diff -u -b -r1.153.2.1 -r1.153.2.2
--- prototype.h 27 Dec 2006 17:37:56 -0000 1.153.2.1
+++ prototype.h 27 Dec 2006 19:21:36 -0000 1.153.2.2
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.153.2.1 2006/12/27 17:37:56 pcjc2 Exp $ */
+/* $Id: prototype.h,v 1.153.2.2 2006/12/27 19:21:36 pcjc2 Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -565,7 +565,7 @@
void o_complex_translate_all(TOPLEVEL *w_current, int offset);
void o_complex_translate_selection(TOPLEVEL *w_current, int dx, int dy, GList *head);
void o_complex_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, int angle_change, OBJECT *object);
-int o_complex_mirror(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
+int o_complex_mirror_world(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
OBJECT *o_complex_mirror2(TOPLEVEL *w_current, OBJECT *list, int centerx, int centery, OBJECT *object);
/* o_copy.c */
void o_copy_start(TOPLEVEL *w_current, int x, int y);
@@ -644,7 +644,7 @@
int centerx, int centery);
void o_embed(TOPLEVEL *w_current, OBJECT *o_current);
void o_unembed(TOPLEVEL *w_current, OBJECT *o_current);
-void o_mirror(TOPLEVEL *w_current, GList *list, int centerx, int centery);
+void o_mirror_world(TOPLEVEL *w_current, GList *list, int centerx, int centery);
void o_edit_show_hidden_lowlevel(TOPLEVEL *w_current, OBJECT *o_list);
void o_edit_show_hidden(TOPLEVEL *w_current, OBJECT *o_list);
void o_edit_make_visible(TOPLEVEL *w_current, OBJECT *o_list);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs