diff options
Diffstat (limited to 'sub/osd.h')
-rw-r--r-- | sub/osd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,6 +134,7 @@ struct osd_style_opts { float blur; int bold; int italic; + int justify; }; extern const struct m_sub_options osd_style_conf; |