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

gEDA-cvs: CVS update: struct.h



  User: cnieves 
  Date: 06/05/17 10:20:51

  Modified:    .        struct.h
  Log:
  Added support for moving the selected objects just dragging them.
  
  Added multiple copy command.
  
  Allow rotating while copying or moving objects.
  
  
  
  
  Revision  Changes    Path
  1.81      +2 -0      eda/geda/devel/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/devel/libgeda/include/struct.h,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -b -r1.80 -r1.81
  --- struct.h	25 Feb 2006 15:01:00 -0000	1.80
  +++ struct.h	17 May 2006 14:20:51 -0000	1.81
  @@ -874,6 +874,8 @@
     /* attributes when they are attached to vertical or horizontal nets */
     int add_attribute_offset;
   
  +  /* Controls if drag can move objects or not */
  +  int drag_can_move;	
   
   
     /* gnetlist specific */