mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
16 lines
702 B
Diff
16 lines
702 B
Diff
|
--- pangox-compat/pangox.c.orig 2020-05-04 18:31:53.421197064 -0400
|
||
|
+++ pangox-compat/pangox.c 2020-05-04 18:32:41.251146923 -0400
|
||
|
@@ -277,11 +277,11 @@ pango_x_font_class_init (PangoXFontClass
|
||
|
object_class->finalize = pango_x_font_finalize;
|
||
|
object_class->dispose = pango_x_font_dispose;
|
||
|
|
||
|
font_class->describe = pango_x_font_describe;
|
||
|
font_class->get_coverage = pango_x_font_get_coverage;
|
||
|
- font_class->find_shaper = pango_x_font_find_shaper;
|
||
|
+ /* font_class->find_shaper = pango_x_font_find_shaper; */
|
||
|
font_class->get_glyph_extents = pango_x_font_get_glyph_extents;
|
||
|
font_class->get_metrics = pango_x_font_get_metrics;
|
||
|
font_class->get_font_map = pango_x_font_get_font_map;
|
||
|
}
|
||
|
|