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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 06/12/30 09:57:53

  Modified:    .        Tag: noscreen prototype.h
  Log:
  * include/prototype.h, src/o_basic.c: Changed variable names and 
  
    comments to function inside_region() to allow its use with world
  
    coordinates without apparently swapping top and bottom (which have
  
    different sense in screen and world coords. Now uses {x/y}{min/max}.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.116.2.5 +1 -1      eda/geda/gaf/libgeda/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/libgeda/include/prototype.h,v
  retrieving revision 1.116.2.4
  retrieving revision 1.116.2.5
  diff -u -b -r1.116.2.4 -r1.116.2.5
  --- prototype.h	27 Dec 2006 20:30:51 -0000	1.116.2.4
  +++ prototype.h	30 Dec 2006 14:57:52 -0000	1.116.2.5
  @@ -194,7 +194,7 @@
   void o_attrib_free_returned(OBJECT **found_objects);
   
   /* o_basic.c */
  -int inside_region(int left, int top, int right, int bottom, int x, int y);
  +int inside_region(int xmin, int ymin, int xmax, int ymax, int x, int y);
   void o_redraw_single(TOPLEVEL *w_current, OBJECT *o_current);
   void o_recalc_single_object(TOPLEVEL *w_current, OBJECT *o_current);
   void o_recalc_object_list(TOPLEVEL *w_current, OBJECT *object_list);
  
  
  


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