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

gEDA-cvs: CVS update: i_vars.h



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

  Modified:    .        Tag: noscreen i_vars.h prototype.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.38.2.2  +1 -0      eda/geda/gaf/gschem/include/i_vars.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_vars.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/i_vars.h,v
  retrieving revision 1.38.2.1
  retrieving revision 1.38.2.2
  diff -u -b -r1.38.2.1 -r1.38.2.2
  --- i_vars.h	11 Feb 2007 23:58:44 -0000	1.38.2.1
  +++ i_vars.h	26 Mar 2007 19:13:12 -0000	1.38.2.2
  @@ -92,4 +92,5 @@
   extern int default_drag_can_move;
   extern int default_mousepan_gain;
   extern int default_keyboardpan_gain;
  +extern int default_select_slack_pixels;
   
  
  
  
  1.153.2.10 +2 -1      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.9
  retrieving revision 1.153.2.10
  diff -u -b -r1.153.2.9 -r1.153.2.10
  --- prototype.h	24 Feb 2007 17:14:33 -0000	1.153.2.9
  +++ prototype.h	26 Mar 2007 19:13:12 -0000	1.153.2.10
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.9 2007/02/24 17:14:33 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.10 2007/03/26 19:13:12 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -282,6 +282,7 @@
   SCM g_rc_mousepan_gain(SCM mode);
   SCM g_rc_keyboardpan_gain(SCM mode);
   SCM g_rc_print_command(SCM mode);
  +SCM g_rc_select_slack_pixels(SCM pixels);
   /* g_register.c */
   void g_register_funcs(void);
   /* globals.c */
  
  
  


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