summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-13 13:51:59 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-13 13:51:59 +0100
commit97fa0cc61d26be6b28bd615f12575b4004cc02a5 (patch)
tree6fbd51b44a06ce01ddc62c7dbd18636a13f1ded8 /include/rofi.h
parentf3c22c50e43ffeb32d11862c36d6570db37c1ebe (diff)
Add option to set scrollbar width
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index b46f6ce1..a08cdddc 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -230,6 +230,7 @@ typedef struct _Settings
int dpi;
/** Number threads (1 to disable) */
unsigned int threads;
+ unsigned int scrollbar_width;
} Settings;
/** Global Settings structure. */