summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-12 00:18:43 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-12 00:18:43 +0100
commit0fe524d0cd196fef3cede855aae5eb69e9d5696d (patch)
treef3af1e5a4b09188a5aff910e44a886abf793c0b3 /config
parent086449b433b5a724d31aade8eab322cf4ca5b73e (diff)
Add threading support.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 1681e997..87a371e0 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -148,4 +148,5 @@ Settings config = {
.fullscreen = FALSE,
.fake_transparency = FALSE,
.dpi = -1,
+ .threads = 1,
};