Enlightenment CVS committal Author : mej Project : misc Module : notgame
Dir : misc/notgame/src Modified Files: dest.c help.c notgame.c parse.c play.c players.c pregame.c Log Message: Fri Jan 27 13:35:51 2006 Michael Jennings (mej) This guy has gone untouched for a long time and needs a lot of work. But at least now it compiles and runs (for me anyway). ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/dest.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- dest.c 6 Oct 1999 19:48:49 -0000 1.4 +++ dest.c 27 Jan 2006 18:35:05 -0000 1.5 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: dest.c,v 1.4 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: dest.c,v 1.5 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -25,7 +25,6 @@ #include <signal.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/help.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- help.c 6 Oct 1999 19:48:49 -0000 1.5 +++ help.c 27 Jan 2006 18:35:05 -0000 1.6 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: help.c,v 1.5 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: help.c,v 1.6 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -25,7 +25,6 @@ #include <signal.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/notgame.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- notgame.c 1 Oct 1999 00:29:53 -0000 1.7 +++ notgame.c 27 Jan 2006 18:35:05 -0000 1.8 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: notgame.c,v 1.7 1999/10/01 00:29:53 mej Exp $"; +static const char cvs_ident[] = "$Id: notgame.c,v 1.8 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -25,7 +25,6 @@ #include <signal.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" @@ -64,7 +63,7 @@ signal(SIGPIPE, fatal_handler); gtk_init(&argc, &argv); gdk_init(&argc, &argv); - gdk_imlib_init(); + /*gdk_imlib_init();*/ ng_init(); gtk_main(); exit(0); =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/parse.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- parse.c 6 Oct 1999 19:48:49 -0000 1.6 +++ parse.c 27 Jan 2006 18:35:05 -0000 1.7 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: parse.c,v 1.6 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: parse.c,v 1.7 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -26,7 +26,6 @@ #include <unistd.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/play.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- play.c 6 Oct 1999 19:48:49 -0000 1.11 +++ play.c 27 Jan 2006 18:35:05 -0000 1.12 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: play.c,v 1.11 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: play.c,v 1.12 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -26,7 +26,6 @@ #include <errno.h> #include <math.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/players.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- players.c 6 Oct 1999 19:48:49 -0000 1.8 +++ players.c 27 Jan 2006 18:35:05 -0000 1.9 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: players.c,v 1.8 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: players.c,v 1.9 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -25,7 +25,6 @@ #include <signal.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" =================================================================== RCS file: /cvsroot/enlightenment/misc/notgame/src/pregame.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- pregame.c 6 Oct 1999 19:48:49 -0000 1.14 +++ pregame.c 27 Jan 2006 18:35:05 -0000 1.15 @@ -10,7 +10,7 @@ * this program for license terms. */ -static const char cvs_ident[] = "$Id: pregame.c,v 1.14 1999/10/06 19:48:49 mej Exp $"; +static const char cvs_ident[] = "$Id: pregame.c,v 1.15 2006/01/27 18:35:05 mej Exp $"; #include "config.h" @@ -25,7 +25,6 @@ #include <signal.h> #include <errno.h> #include <gtk/gtk.h> -#include <gdk_imlib.h> #include "debug.h" #include "conf.h" ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs