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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 07/02/11 21:16:39

  Modified:    .        Tag: noscreen prototype.h
  Log:
  Changed to use world coordinates internally for region checking.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.153.2.7 +7 -7      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.6
  retrieving revision 1.153.2.7
  diff -u -b -r1.153.2.6 -r1.153.2.7
  --- prototype.h	11 Feb 2007 23:58:44 -0000	1.153.2.6
  +++ prototype.h	12 Feb 2007 02:16:38 -0000	1.153.2.7
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.6 2007/02/11 23:58:44 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.7 2007/02/12 02:16:38 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -593,12 +593,12 @@
   		       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);
  -OBJECT *o_grips_search_box(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  -OBJECT *o_grips_search_picture(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  -OBJECT *o_grips_search_circle(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  -OBJECT *o_grips_search_line(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  +OBJECT *o_grips_search_world(TOPLEVEL *w_current, int x, int y, int *whichone);
  +OBJECT *o_grips_search_arc_world(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  +OBJECT *o_grips_search_box_world(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  +OBJECT *o_grips_search_picture_world(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  +OBJECT *o_grips_search_circle_world(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
  +OBJECT *o_grips_search_line_world(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int size, int *whichone);
   int o_grips_start(TOPLEVEL *w_current, int x, int y);
   void o_grips_start_arc(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int whichone);
   void o_grips_start_box(TOPLEVEL *w_current, OBJECT *o_current, int x, int y, int whichone);
  
  
  


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