summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-08-04 09:42:14 +0200
committerDave Davenport <qball@gmpclient.org>2015-08-04 09:42:14 +0200
commit1ca7141621817cd277e2c117819bcf4c66d88190 (patch)
treeb2c3d25631a3f1dfe0a3ebd8c991ee0003463354 /include/rofi.h
parent7e9ac526b54ce3b35ad292a4e091d25d75e47eef (diff)
Add quick solution for #202, expose line-margin setting.
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 b626785f..062a8187 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -230,6 +230,8 @@ typedef struct _Settings
unsigned int fuzzy;
/** Monitors */
int monitor;
+ /** Line margin */
+ unsigned int line_margin;
} Settings;
/** Global Settings structure. */