json-glib: update to 1.10.6
[oi-userland.git] / components / library / pangox-compat / patches / 01-remove-shaper.patch
blobf66e033b038e20caaf3ddb208bf881214e8b0bd0
1 Pango doesn't provide find_shaper() anymore.
3 --- pangox-compat-0.0.2/pangox.c.orig 2012-08-28 01:19:32.000000000 +0000
4 +++ pangox-compat-0.0.2/pangox.c 2022-03-31 21:04:30.326349155 +0000
5 @@ -279,7 +279,6 @@
7 font_class->describe = pango_x_font_describe;
8 font_class->get_coverage = pango_x_font_get_coverage;
9 - font_class->find_shaper = pango_x_font_find_shaper;
10 font_class->get_glyph_extents = pango_x_font_get_glyph_extents;
11 font_class->get_metrics = pango_x_font_get_metrics;
12 font_class->get_font_map = pango_x_font_get_font_map;