summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-06 17:44:24 +0000
committerDavid Schleef <ds@schleef.org>2003-08-06 17:44:24 +0000
commit03a38e531b49eaa9b39cdfed0781894ade72b458 (patch)
treea404ec9e70e87f20625431cd0076b587aa94f18e /ext
parent261afd97e9e2de062c89bd44c1556f7b04e3b2b0 (diff)
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
Diffstat (limited to 'ext')
-rw-r--r--ext/pango/gsttextoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 2ed90899..97782681 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -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)