From 0f3893774df7805929c5c996228449996c78640b Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 13 Apr 2018 00:11:11 +0200 Subject: Another text alignment mode. --- src/common.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common.hpp') diff --git a/src/common.hpp b/src/common.hpp index 7d3a1f9..e6879ca 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -434,7 +434,8 @@ namespace render { typedef enum { ALIGN_LEFT_TOP, - ALIGN_CENTER_BOTTOM + ALIGN_CENTER_BOTTOM, + ALIGN_RIGHT_BOTTOM } text_align_t; void register_tile(uint8_t type, const char *top, const char *side, float height, layer_t layer); -- cgit