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

gEDA-cvs: CVS update: defines.h



  User: sdb     
  Date: 05/07/14 13:31:03

  Modified:    .        defines.h
  Log:
  Added LEAVE_ALONE #define for visibility and show_name_value.  This
  
  is used in gattrib when manipulating attribute visibility.
  
  
  
  
  Revision  Changes    Path
  1.48      +4 -2      eda/geda/devel/libgeda/include/defines.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defines.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/defines.h,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- defines.h	12 Mar 2005 18:43:54 -0000	1.47
  +++ defines.h	14 Jul 2005 17:31:03 -0000	1.48
  @@ -60,10 +60,12 @@
   #define SHOW_NAME_VALUE         0
   #define SHOW_VALUE              1
   #define SHOW_NAME               2
  +#define LEAVE_NAME_VALUE_ALONE  -1
   
   /* for visibility in st_objects */
   #define INVISIBLE       0
   #define VISIBLE         1
  +#define LEAVE_VISIBILITY_ALONE -1
   
   /* For pin and net styles */
   #define THIN            0