[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.4.0-20080127-76-gde5a6de)



The branch, master has been updated
       via  de5a6de1643a041e70acf1f27b02281fe16f23b7 (commit)
      from  3db78903fb7bd41a0f2d8b4022c2afa18055a54a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/include/prototype.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


=================
 Commit Messages
=================

commit de5a6de1643a041e70acf1f27b02281fe16f23b7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun May 18 13:54:54 2008 +0100

    Fixup prototype variable names to reflect their usage (screen vs. world)

:100644 100644 115e3e9... 89059b9... M	gschem/include/prototype.h

=========
 Changes
=========

commit de5a6de1643a041e70acf1f27b02281fe16f23b7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun May 18 13:54:54 2008 +0100

    Fixup prototype variable names to reflect their usage (screen vs. world)

diff --git a/gschem/include/prototype.h b/gschem/include/prototype.h
index 115e3e9..89059b9 100644
--- a/gschem/include/prototype.h
+++ b/gschem/include/prototype.h
@@ -509,8 +509,8 @@ void o_box_erase_grips(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 /* o_buffer.c */
 void o_buffer_copy(GSCHEM_TOPLEVEL *w_current, int buf_num);
 void o_buffer_cut(GSCHEM_TOPLEVEL *w_current, int buf_num);
-void o_buffer_paste_start(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y, int buf_num);
-void o_buffer_paste_end(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y, int buf_num);
+void o_buffer_paste_start(GSCHEM_TOPLEVEL *w_current, int x, int y, int buf_num);
+void o_buffer_paste_end(GSCHEM_TOPLEVEL *w_current, int x, int y, int buf_num);
 void o_buffer_paste_rubberpaste(GSCHEM_TOPLEVEL *w_current, int buf_num);
 void o_buffer_init(void);
 void o_buffer_free(GSCHEM_TOPLEVEL *w_current);
@@ -540,10 +540,10 @@ void o_circle_erase_grips(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 /* o_complex.c */
 void o_complex_draw(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 void o_complex_draw_xor(GSCHEM_TOPLEVEL *w_current, int dx, int dy, OBJECT *complex);
-void o_complex_start(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y);
+void o_complex_start(GSCHEM_TOPLEVEL *w_current, int x, int y);
 void o_complex_place_changed_run_hook(GSCHEM_TOPLEVEL *w_current);
 void o_complex_place_rotate(GSCHEM_TOPLEVEL *w_current);
-void o_complex_end(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y);
+void o_complex_end(GSCHEM_TOPLEVEL *w_current, int x, int y);
 void o_complex_rubbercomplex(GSCHEM_TOPLEVEL *w_current);
 void o_complex_translate_all(GSCHEM_TOPLEVEL *w_current, int offset);
 /* o_copy.c */
@@ -568,9 +568,9 @@ void o_delete_complex(GSCHEM_TOPLEVEL *w_current, OBJECT *obj);
 void o_delete_text(GSCHEM_TOPLEVEL *w_current, OBJECT *obj);
 void o_delete(GSCHEM_TOPLEVEL *w_current);
 /* o_find.c */
-gboolean o_find_object(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y,
+gboolean o_find_object(GSCHEM_TOPLEVEL *w_current, int x, int y,
 		       gboolean deselect_afterwards);
-gboolean o_find_selected_object(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y);
+gboolean o_find_selected_object(GSCHEM_TOPLEVEL *w_current, int x, int y);
 /* o_grips.c */
 OBJECT *o_grips_search_world(GSCHEM_TOPLEVEL *w_current, int x, int y, int *whichone);
 OBJECT *o_grips_search_arc_world(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
@@ -700,7 +700,7 @@ void o_text_draw_lowlevel(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 void o_text_draw_rectangle(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 void o_text_draw(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);
 void o_text_draw_xor(GSCHEM_TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current);
-void o_text_start(GSCHEM_TOPLEVEL *w_current, int screen_x, int screen_y);
+void o_text_start(GSCHEM_TOPLEVEL *w_current, int x, int y);
 void o_text_end(GSCHEM_TOPLEVEL *w_current);
 void o_text_rubberattrib(GSCHEM_TOPLEVEL *w_current);
 void o_text_edit(GSCHEM_TOPLEVEL *w_current, OBJECT *o_current);




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs