summaryrefslogtreecommitdiff
path: root/client/common/common.h
diff options
context:
space:
mode:
authorJari Vetoniemi <mailRoxas@gmail.com>2019-06-01 22:09:52 +0300
committerGitHub <noreply@github.com>2019-06-01 22:09:52 +0300
commit572470ef8cc4725728b239fe5fa65f62f9d70dd4 (patch)
tree8fa42cf9f947df05dc5ee872f847deac2113a880 /client/common/common.h
parentdac040f659fe90a520591e7179de19d6279e4d29 (diff)
parent93cde4831bca7055c38a1d6246fdcb84df07f7ec (diff)
downloadbemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.tar.gz
bemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.tar.bz2
bemenu-572470ef8cc4725728b239fe5fa65f62f9d70dd4.zip
Merge pull request #57 from alyssais/line-height
bemenu: add --line-height / -H option
Diffstat (limited to 'client/common/common.h')
-rw-r--r--client/common/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/common/common.h b/client/common/common.h
index cf258af..ea034b9 100644
--- a/client/common/common.h
+++ b/client/common/common.h
@@ -10,6 +10,7 @@ struct client {
const char *title;
const char *prefix;
const char *font;
+ uint32_t line_height;
uint32_t lines;
uint32_t selected;
uint32_t monitor;