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

gEDA-cvs: CVS update: prototype.h



  User: werner  
  Date: 06/04/24 13:21:12

  Modified:    .        prototype.h
  Log:
  transparent zoom for moving, placing, copying and modifying components.
  
  support for jumps between x_states
  
  
  
  
  Revision  Changes    Path
  1.127     +1 -0      eda/geda/devel/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/devel/gschem/include/prototype.h,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -b -r1.126 -r1.127
  --- prototype.h	23 Apr 2006 03:48:27 -0000	1.126
  +++ prototype.h	24 Apr 2006 17:21:12 -0000	1.127
  @@ -463,6 +463,7 @@
   void o_drawbounding(TOPLEVEL *w_current, OBJECT *o_list, SELECTION *s_list, GdkColor *color, int firsttime);
   void o_erasebounding(TOPLEVEL *w_current, OBJECT *o_list, SELECTION *s_list);
   int o_erase_rubber(TOPLEVEL *w_current);
  +int o_redraw_cleanstates(TOPLEVEL *w_current);
   /* o_box.c */
   void o_box_draw(TOPLEVEL *w_current, OBJECT *o_current);
   void o_box_draw_solid(GdkDrawable *w, GdkGC *gc, GdkColor *color, GdkCapStyle cap, gint filled, gint x, gint y, gint width, gint height, gint line_width, gint length, gint space);