diff libass/ass_bitmap.h @ 19965:70352570e9ae

Shadow support in libass.
author eugeni
date Sun, 24 Sep 2006 16:04:37 +0000
parents 07be98a5dd5f
children 27187c1ac20b
line wrap: on
line diff
--- a/libass/ass_bitmap.h	Sun Sep 24 15:55:10 2006 +0000
+++ b/libass/ass_bitmap.h	Sun Sep 24 16:04:37 2006 +0000
@@ -12,7 +12,7 @@
 	unsigned char* buffer; // w x h buffer
 } bitmap_t;
 
-int glyph_to_bitmap(ass_synth_priv_t* priv, FT_Glyph glyph, FT_Glyph outline_glyph, bitmap_t** bm_g, bitmap_t** bm_o, int be);
+int glyph_to_bitmap(ass_synth_priv_t* priv, FT_Glyph glyph, FT_Glyph outline_glyph, bitmap_t** bm_g, bitmap_t** bm_o, bitmap_t** bm_s, int be);
 void ass_free_bitmap(bitmap_t* bm);
 
 #endif