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

gEDA-cvs: CVS update: gschlas.c



  User: cnieves 
  Date: 05/02/22 14:54:02

  Modified:    .        gschlas.c
  Log:
  Initialize GDK in libgeda instead of the app if it's a non-graphical app.
  
  
  
  
  Revision  Changes    Path
  1.13      +0 -3      eda/geda/devel/utils/gschlas/gschlas.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gschlas.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/utils/gschlas/gschlas.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- gschlas.c	20 Feb 2005 17:10:11 -0000	1.12
  +++ gschlas.c	22 Feb 2005 19:54:01 -0000	1.13
  @@ -29,7 +29,6 @@
   #endif
   
   #include <libgeda/libgeda.h>
  -#include <gtk/gtk.h>
   
   #include "../include/globals.h"
   #include "../include/prototype.h"
  @@ -60,8 +59,6 @@
     
     TOPLEVEL *pr_current;
   
  -  gtk_init(&argc, &argv);
  -
     argv_index = parse_commandline(argc, argv);
     cwd = getcwd(NULL, 1024);
   #ifdef __MINGW32__