diff options
author | Jari Vetoniemi <mailRoxas@gmail.com> | 2019-06-01 22:09:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 22:09:52 +0300 |
commit | 572470ef8cc4725728b239fe5fa65f62f9d70dd4 (patch) | |
tree | 8fa42cf9f947df05dc5ee872f847deac2113a880 /lib/internal.h | |
parent | dac040f659fe90a520591e7179de19d6279e4d29 (diff) | |
parent | 93cde4831bca7055c38a1d6246fdcb84df07f7ec (diff) | |
download | bemenu-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 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/internal.h b/lib/internal.h index adb06f6..2920d1a 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -225,6 +225,11 @@ struct bm_menu { struct bm_font font; /** + * Line height. + */ + uint32_t line_height; + + /** * Colors. */ struct bm_hex_color colors[BM_COLOR_LAST]; |