summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index 3cb0e1c..93f661a 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -124,6 +124,7 @@ typedef struct {
typedef struct glyph_info {
unsigned symbol;
bool skip; // skip glyph when layouting text
+ bool is_trimmed_whitespace;
ASS_Font *font;
int face_index;
int glyph_index;