summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
committerDave Davenport <qball@gmpclient.org>2015-08-26 18:11:53 +0200
commitd9a9d2489adb3cbaf47d9c7696df956af30afe38 (patch)
tree01e70315d5de17825c9cdd22e356c503e11f3579 /include/rofi.h
parentd6762328468dce28c925f24cf543cd18bfd141b1 (diff)
Add separator color and style 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 1aa5b6b9..adad43e8 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -234,6 +234,8 @@ typedef struct _Settings
unsigned int line_margin;
/** filter */
char *filter;
+ /** style */
+ char *separator_style;
} Settings;
/** Global Settings structure. */