[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: pcjc2
Date: 06/12/27 15:18:18
Modified: . Tag: noscreen prototype.h
Log:
* include/prototype.h, src/o_move.c: Modify o_move_end_lowlevel()
to not require screen coordinates as a parameter (which were
unused). Alter usage in o_move_end() as appropriate.
Revision Changes Path
No revision
No revision
1.153.2.5 +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.153.2.4
retrieving revision 1.153.2.5
diff -u -b -r1.153.2.4 -r1.153.2.5
--- prototype.h 27 Dec 2006 19:56:42 -0000 1.153.2.4
+++ prototype.h 27 Dec 2006 20:18:18 -0000 1.153.2.5
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.153.2.4 2006/12/27 19:56:42 pcjc2 Exp $ */
+/* $Id: prototype.h,v 1.153.2.5 2006/12/27 20:18:18 pcjc2 Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -654,7 +654,7 @@
void o_autosave_backups(TOPLEVEL *toplevel);
/* o_move.c */
void o_move_start(TOPLEVEL *w_current, int x, int y);
-void o_move_end_lowlevel(TOPLEVEL *w_current, OBJECT *list, int type, int diff_x, int diff_y, int screen_diff_x, int screen_diff_y, GList **other_objects, GList **connected_objects);
+void o_move_end_lowlevel(TOPLEVEL *w_current, OBJECT *list, int type, int diff_x, int diff_y, GList **other_objects, GList **connected_objects);
void o_move_end(TOPLEVEL *w_current);
int o_move_return_whichone(OBJECT *object, int x, int y);
void o_move_check_endpoint(TOPLEVEL *w_current, OBJECT *object);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs