]> git.sesse.net Git - vlc/blobdiff - modules/gui/fbosd.c
Removed OSD_ALIGN_* flags.
[vlc] / modules / gui / fbosd.c
index c2b6c3f0a7e2be55bc72e8fbfaa1e4030cd1b21d..facbb7ad41e4d16a0496a75615717d59a5b52c6b 100644 (file)
@@ -861,7 +861,7 @@ static picture_t *RenderText( intf_thread_t *p_intf, const char *psz_string,
             return NULL;
         }
         p_region->p_style = text_style_Duplicate( p_style );
-        p_region->i_align = OSD_ALIGN_LEFT | OSD_ALIGN_TOP;
+        p_region->i_align = SUBPICTURE_ALIGN_LEFT | SUBPICTURE_ALIGN_TOP;
 
         if( p_sys->p_text->pf_render_text )
         {