summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-03 16:34:14 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-03 16:34:14 (GMT)
commite733f359102ce54c89c4ff5221c305cabe307a04 (patch)
tree4d9e8400214806942c023b2d09cb7823979e9fff /Smoke/gtk.c
parent3d764e6b458d897d2959771b46c67addbcea8b70 (diff)
download2iv35-e733f359102ce54c89c4ff5221c305cabe307a04.zip
2iv35-e733f359102ce54c89c4ff5221c305cabe307a04.tar.gz
2iv35-e733f359102ce54c89c4ff5221c305cabe307a04.tar.bz2
Diffstat (limited to 'Smoke/gtk.c')
-rw-r--r--Smoke/gtk.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Smoke/gtk.c b/Smoke/gtk.c
index f2daa5a..3a1b310 100644
--- a/Smoke/gtk.c
+++ b/Smoke/gtk.c
@@ -78,8 +78,11 @@
#define DEFAULT_HEIGHT 600
#define DEFAULT_TITLE "2iv35 \"Smoke\" by Wilrik & Oliver"
+#ifdef G_OS_WIN32
+#define TIMEOUT_INTERVAL 30
+#else
#define TIMEOUT_INTERVAL 20
-
+#endif
/**************************************************************************
* Global variable declarations.