summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
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 /include/rofi.h
parent2ae79395230fc914342c1b19f5ffb4a8030f3f36 (diff)
Allow dpi to be set
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index ff52b71d..04459f2a 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -248,6 +248,8 @@ typedef struct _Settings
unsigned int fullscreen;
/** bg image */
unsigned int fake_transparency;
+ /** dpi */
+ int dpi;
} Settings;
/** Global Settings structure. */