[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 06/12/05 17:52:06
Modified: . prototype.h
Log:
* include/prototype.h, src/g_hook.c, src/g_register.c:
Changed scheme function g_get_object_bounds to accept two
more parameters, allowing to exclude attributes, or objects types
when calculing the object bounds.
Revision Changes Path
1.151 +2 -2 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.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- prototype.h 3 Dec 2006 02:27:12 -0000 1.150
+++ prototype.h 5 Dec 2006 22:52:06 -0000 1.151
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.150 2006/12/03 02:27:12 mike Exp $ */
+/* $Id: prototype.h,v 1.151 2006/12/05 22:52:06 cnieves Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -39,7 +39,7 @@
g_set_attrib_text_properties(SCM attrib_smob, SCM scm_colorname, SCM scm_size,
SCM scm_alignment, SCM scm_rotation, SCM scm_x,
SCM scm_y);
-SCM g_get_object_bounds (SCM object_smob, SCM scm_inc_attribs);
+SCM g_get_object_bounds (SCM object_smob, SCM scm_exclude_attribs, SCM scm_exclude_object_type);
SCM g_get_object_pins (SCM object_smob);
SCM g_add_component(SCM page_smob, SCM scm_comp_name, SCM scm_x, SCM scm_y,
SCM scm_angle, SCM scm_selectable, SCM scm_mirror);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs