change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays

Original commit message from CVS:
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
This commit is contained in:
David Schleef 2003-08-06 17:44:24 +00:00
parent 99f8de1138
commit d1ef739d08

View file

@ -188,7 +188,7 @@ resize_bitmap(GstTextOverlay *overlay, int width, int height)
}
if (!bitmap->buffer) {
/* initialize */
bitmap->pixel_mode = FT_PIXEL_MODE_GRAY;
bitmap->pixel_mode = ft_pixel_mode_grays;
bitmap->num_grays = 256;
}
if (bitmap->buffer)