perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pygtk2 / patches / 01-remove-find_shaper.patch
blob4e76ed8a6cddd8838a7e494f930c5bbb8b0711bb
1 --- pygtk-2.24.0/pango.defs.orig 2011-04-01 12:37:25.000000000 +0000
2 +++ pygtk-2.24.0/pango.defs 2022-04-15 18:53:10.437575712 +0000
3 @@ -1303,16 +1303,6 @@
7 -(define-method find_shaper
8 - (of-object "PangoFont")
9 - (c-name "pango_font_find_shaper")
10 - (return-type "PangoEngineShape*")
11 - (parameters
12 - '("PangoLanguage*" "language")
13 - '("guint32" "ch")
14 - )
17 (define-method get_metrics
18 (of-object "PangoFont")
19 (c-name "pango_font_get_metrics")
20 @@ -1391,15 +1381,6 @@
24 -(define-virtual find_shaper
25 - (of-object "PangoFont")
26 - (return-type "PangoEngineShape*")
27 - (parameters
28 - '("PangoLanguage*" "lang")
29 - '("guint32" "ch")
30 - )
33 (define-virtual get_glyph_extents
34 (of-object "PangoFont")
35 (return-type "none")