summaryrefslogtreecommitdiff
path: root/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal.h')
-rw-r--r--lib/internal.h5
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];