projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
261afd9
)
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
author
David Schleef
<ds@schleef.org>
Wed, 6 Aug 2003 17:44:24 +0000
(17:44 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 6 Aug 2003 17:44:24 +0000
(17:44 +0000)
Original commit message from CVS:
change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
ext/pango/gsttextoverlay.c
patch
|
blob
|
history
diff --git
a/ext/pango/gsttextoverlay.c
b/ext/pango/gsttextoverlay.c
index 2ed908990c761807fc9175f852569e57dcb3207a..97782681e6ceaa51dd4fa2831a75ff0d998c8409 100644
(file)
--- 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)