summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-04 21:08:23 +0200
committerQC <qball@gmpclient.org>2015-09-04 21:08:23 +0200
commite10aa09f748fc927327479eafea67e25cc592076 (patch)
tree7e0d75aea48570871196e555b1cd1894c84cc073 /include/rofi.h
parent465d027c1e46814ae3e1a72eb56ec90e4332f825 (diff)
Add hide scrollbar option.
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 e61e44ce..0a367623 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -236,6 +236,8 @@ typedef struct _Settings
char *filter;
/** style */
char *separator_style;
+ /** hide scrollbar */
+ unsigned int hide_scrollbar;
} Settings;
/** Global Settings structure. */