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

gEDA-cvs: CVS update: i_vars.h



  User: ahvezda 
  Date: 06/07/23 23:29:21

  Modified:    .        i_vars.h prototype.h
  Log:
  Applied (Patch# 1527363): Set mousepan "gain" to unity by Peter Clifton with
  
  modifications by Ales to allow unity to be configured via rc file.
  
  
  
  
  Revision  Changes    Path
  1.35      +1 -1      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- i_vars.h	17 May 2006 14:20:48 -0000	1.34
  +++ i_vars.h	24 Jul 2006 03:29:21 -0000	1.35
  @@ -86,6 +86,6 @@
   extern int default_grid_fixed_threshold;
   extern int default_print_vector_threshold;
   extern int default_add_attribute_offset;
  -
   extern int default_auto_save_interval;
   extern int default_drag_can_move;
  +extern int default_mousepan_gain;
  
  
  
  1.132     +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.131
  retrieving revision 1.132
  diff -u -b -r1.131 -r1.132
  --- prototype.h	20 May 2006 18:51:45 -0000	1.131
  +++ prototype.h	24 Jul 2006 03:29:21 -0000	1.132
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.131 2006/05/20 18:51:45 cnieves Exp $ */
  +/* $Id: prototype.h,v 1.132 2006/07/24 03:29:21 ahvezda Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
  @@ -269,6 +269,7 @@
   SCM g_rc_add_attribute_offset(SCM offset);
   SCM g_rc_auto_save_interval(SCM seconds);
   SCM g_rc_drag_can_move(SCM mode);
  +SCM g_rc_mousepan_gain(SCM mode);
   /* 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