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

gEDA-cvs: CVS update: struct.h



  User: pcjc2   
  Date: 07/03/26 15:13:14

  Modified:    .        Tag: noscreen struct.h
  Log:
  Added rc option (select-slack-pixels #) to control how near an object
  
  we have to be in order to select it by clicking. Default is 4 pixels.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.98.2.4  +3 -0      eda/geda/gaf/libgeda/include/struct.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: struct.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
  retrieving revision 1.98.2.3
  retrieving revision 1.98.2.4
  diff -u -b -r1.98.2.3 -r1.98.2.4
  --- struct.h	25 Feb 2007 13:41:24 -0000	1.98.2.3
  +++ struct.h	26 Mar 2007 19:13:14 -0000	1.98.2.4
  @@ -825,6 +825,9 @@
     /* The command to send postscript to when printing */
     char *print_command;
   
  +  /* Number of pixels around an object we can still select it with */
  +  int select_slack_pixels;
  +
     /* gnetlist specific */
     int net_naming_priority;
     int hierarchy_traversal;
  
  
  


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