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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 06/05/20 14:51:45

  Modified:    .        prototype.h
  Log:
  Fixed issue with the selection box when some components overlap.
  
  
  
  
  Revision  Changes    Path
  1.131     +2 -1      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.130
  retrieving revision 1.131
  diff -u -b -r1.130 -r1.131
  --- prototype.h	17 May 2006 14:20:48 -0000	1.130
  +++ prototype.h	20 May 2006 18:51:45 -0000	1.131
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.130 2006/05/17 14:20:48 cnieves Exp $ */
  +/* $Id: prototype.h,v 1.131 2006/05/20 18:51:45 cnieves Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
  @@ -568,6 +568,7 @@
   /* o_find.c */
   gboolean o_find_object(TOPLEVEL *w_current, int screen_x, int screen_y,
   		       gboolean deselect_afterwards);
  +gboolean o_find_selected_object(TOPLEVEL *w_current, int screen_x, int screen_y);
   /* o_grips.c */
   OBJECT *o_grips_search(TOPLEVEL *w_current, int x, int y, int *whichone);
   OBJECT *o_grips_search_arc(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);