[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 06/10/21 09:56:23
Modified: . prototype.h
Log:
Added a new parameter to o_redraw and o_cue_redraw_all,
to choose wether to draw the selected objects or not.
Make o_redraw call o_redraw_all_fast, since they shared code.
Revision Changes Path
1.148 +5 -4 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.147
retrieving revision 1.148
diff -u -b -r1.147 -r1.148
--- prototype.h 20 Oct 2006 22:58:57 -0000 1.147
+++ prototype.h 21 Oct 2006 13:56:23 -0000 1.148
@@ -1,7 +1,8 @@
-/* $Id: prototype.h,v 1.147 2006/10/20 22:58:57 pbernaud Exp $ */
+/* $Id: prototype.h,v 1.148 2006/10/21 13:56:23 cnieves Exp $ */
/* a_pan.c */
-void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
+void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
+ double relativ_zoom_factor, int flags);
void a_pan_calc(TOPLEVEL *w_current, int x, int y);
void a_pan(TOPLEVEL *w_current, int x, int y);
void a_pan_mouse(TOPLEVEL *w_current, int diff_x, int diff_y);
@@ -478,7 +479,7 @@
/* o_basic.c */
void o_redraw_all(TOPLEVEL *w_current);
void o_redraw_all_fast(TOPLEVEL *w_current);
-void o_redraw(TOPLEVEL *w_current, OBJECT *object_list);
+void o_redraw(TOPLEVEL *w_current, OBJECT *object_list, gboolean draw_selected);
void o_unselect_all(TOPLEVEL *w_current);
void o_draw_list(TOPLEVEL *w_current, GList *list);
void o_draw_selected(TOPLEVEL *w_current);
@@ -561,7 +562,7 @@
void o_copy_start(TOPLEVEL *w_current, int x, int y);
void o_copy_end(TOPLEVEL *w_current);
/* o_cue.c */
-void o_cue_redraw_all(TOPLEVEL *w_current, OBJECT *head);
+void o_cue_redraw_all(TOPLEVEL *w_current, OBJECT *head, gboolean draw_selected);
void o_cue_draw_lowlevel(TOPLEVEL *w_current, OBJECT *object, int whichone);
void o_cue_erase_lowlevel(TOPLEVEL *w_current, OBJECT *object, int whichone);
void o_cue_draw_lowlevel_midpoints(TOPLEVEL *w_current, OBJECT *object);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs