summaryrefslogtreecommitdiff
path: root/games/garith/files/patch-ab
blob: 8571b9ee232fb416659b00d607cc3dfc7cf9461d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- garith.c	Wed Sep 17 23:47:03 1997
+++ /home/andy/tmp/wrk/garith.c	Wed Aug  5 13:55:44 1998
@@ -24,7 +24,7 @@
 */
 
 #include <gtk/gtk.h>		/* GTK stuff */
-#include <gnome.h>		/* GNOME stuff */
+/* #include <gnome.h>		/* GNOME stuff */
 #include <stdlib.h>
 #include <time.h>		/* we use time as seed for rand() */
 
@@ -76,7 +76,7 @@
 
 gulong		num1, num2;
 guint		right = 0, done = 0;
-gldouble	less_than;
+double		less_than;
 gchar		op;
 time_t		starttime;
 
@@ -643,7 +643,7 @@
 	   gnome_init() is called by all gnome apps. */
 
 	gtk_init(&argc, &argv);
-	gnome_init(&argc, &argv);
+	/* gnome_init(&argc, &argv); */
 
 	/* Make the windows */