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

gEDA-cvs: CVS update: globals.h



  User: danmc   
  Date: 05/08/04 22:49:48

  Modified:    .        globals.h
  Log:
  add a new commandline option '-p' which automatically places the 
  
  main gschem window and the gschem log window at startup time rather
  
  than letting the window manager figure out what to do.  This is
  
  useful when doing batch processing of schematics and you want to
  
  call gschem several times with no manual interaction.
  
  
  
  
  Revision  Changes    Path
  1.11      +1 -0      eda/geda/devel/gschem/include/globals.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: globals.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/include/globals.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- globals.h	27 Jun 2005 03:01:48 -0000	1.10
  +++ globals.h	5 Aug 2005 02:49:48 -0000	1.11
  @@ -62,6 +62,7 @@
   extern int quiet_mode;
   extern int verbose_mode;
   extern int stroke_info_mode;
  +extern int auto_place_mode;
   
   #define MAX_BUFFERS 	5
   /* Global buffers */