summaryrefslogtreecommitdiff
path: root/src/modules/asc/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/asc/asc.c')
-rw-r--r--src/modules/asc/asc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/asc/asc.c b/src/modules/asc/asc.c
index 50f81b3..39d10e0 100644
--- a/src/modules/asc/asc.c
+++ b/src/modules/asc/asc.c
@@ -39,7 +39,8 @@ typedef struct asc_setup_t {
const char *string;
asc_justify_t justify;
- txt_halign_t halign, valign;
+ txt_halign_t halign;
+ txt_valign_t valign;
float hoffset, voffset;
float x, y;
} asc_setup_t;
© All Rights Reserved