1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/garith/files/patch-ab
Satoshi Taoka 3d1a4dbf03 Arithmetic quiz program for X Window System
PR:		7827
Submitted by:	Andrey Zakhvatov andy@icc.surw.chel.su
1999-04-13 14:43:17 +00:00

30 lines
653 B
Plaintext

--- 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 */