[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: globals.h
User: cnieves
Date: 07/04/14 14:05:15
Modified: . globals.h prototype.h
Log:
Added complex place list changed hook.
* include/globals.h, include/prototype.h, src/g_register.c,
src/globals.c, src/o_complex.c, src/x_event.c:
Added complex place changed hook.
This is the list used when placing new components.
Revision Changes Path
1.17 +1 -0 eda/geda/gaf/gschem/include/globals.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: globals.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/globals.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- globals.h 4 Dec 2006 22:10:09 -0000 1.16
+++ globals.h 14 Apr 2007 18:05:15 -0000 1.17
@@ -73,6 +73,7 @@
extern SCM add_component_object_hook;
extern SCM mirror_component_object_hook;
extern SCM rotate_component_object_hook;
+extern SCM complex_place_list_changed_hook;
extern SCM copy_component_hook;
extern SCM move_component_hook;
extern SCM add_pin_hook;
1.166 +2 -1 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.165
retrieving revision 1.166
diff -u -b -r1.165 -r1.166
--- prototype.h 24 Feb 2007 18:43:13 -0000 1.165
+++ prototype.h 14 Apr 2007 18:05:15 -0000 1.166
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.165 2007/02/24 18:43:13 pcjc2 Exp $ */
+/* $Id: prototype.h,v 1.166 2007/04/14 18:05:15 cnieves Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -552,6 +552,7 @@
void o_complex_erase(TOPLEVEL *w_current, OBJECT *o_current);
void o_complex_draw_xor(TOPLEVEL *w_current, int dx, int dy, OBJECT *complex);
void o_complex_start(TOPLEVEL *w_current, int screen_x, int screen_y);
+void o_complex_place_changed_run_hook(TOPLEVEL *w_current);
void o_complex_place_rotate(TOPLEVEL *w_current);
void o_complex_end(TOPLEVEL *w_current, int screen_x, int screen_y);
void o_complex_rubbercomplex(TOPLEVEL *w_current);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs