summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-11 03:36:54 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-11 03:36:54 (GMT)
commitd7413fd0a44e780656bb928dc68dfbd12eadba05 (patch)
tree2ffbb1d9a96669b911fad04ae9fcaea3327fcabb /Smoke/gtk.c
parent0b2a65158a7b19175bb180acb6fb7199480abcaa (diff)
download2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.zip
2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.tar.gz
2iv35-d7413fd0a44e780656bb928dc68dfbd12eadba05.tar.bz2
adjustable streamlines
Diffstat (limited to 'Smoke/gtk.c')
-rw-r--r--Smoke/gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/gtk.c b/Smoke/gtk.c
index 09b0c53..80c9840 100644
--- a/Smoke/gtk.c
+++ b/Smoke/gtk.c
@@ -79,9 +79,9 @@
#define DEFAULT_TITLE "2iv35 \"Smoke\" by Wilrik & Oliver"
#ifdef G_OS_WIN32
-#define TIMEOUT_INTERVAL 30
+#define TIMEOUT_INTERVAL 40
#else
-#define TIMEOUT_INTERVAL 20
+#define TIMEOUT_INTERVAL 30
#endif
/**************************************************************************