summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-30 21:32:09 +0100
committerQC <qball@gmpclient.org>2015-10-30 21:32:09 +0100
commitcb9dd606aa80387ccaf434f7bf575bf7018ef058 (patch)
treeb1deed4bb4a805cad5e42b05b833693575d1982a /config
parent2ae79395230fc914342c1b19f5ffb4a8030f3f36 (diff)
Allow dpi to be set
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 701d6cce..7bedb5ef 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -145,4 +145,5 @@ Settings config = {
.markup_rows = FALSE,
.fullscreen = FALSE,
.fake_transparency = FALSE,
+ .dpi = -1,
};