summarylogtreecommitdiffstats
path: root/cairo-respect-fontconfig_pb.patch
diff options
context:
space:
mode:
authorSolomon Choina2019-05-29 23:42:40 -0400
committerSolomon Choina2019-05-29 23:42:40 -0400
commita5aed88c2250de47feb1f39b46a6693af370b141 (patch)
tree19784099b4baf120d93c757c592c166470636705 /cairo-respect-fontconfig_pb.patch
parent4766fde29c4db227bbbedcdf2a0242ffad2a011c (diff)
downloadaur-cairo-infinality.tar.gz
updating pkgver, merging with cairo-ultimate
Diffstat (limited to 'cairo-respect-fontconfig_pb.patch')
-rw-r--r--cairo-respect-fontconfig_pb.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/cairo-respect-fontconfig_pb.patch b/cairo-respect-fontconfig_pb.patch
new file mode 100644
index 000000000000..55912cd2371e
--- /dev/null
+++ b/cairo-respect-fontconfig_pb.patch
@@ -0,0 +1,13 @@
+--- a/src/cairo-ft-font.c 2015-03-10 23:21:07.000000000 +0100
++++ b/src/cairo-ft-font.c 2015-03-11 21:59:05.747697134 +0100
+@@ -1841,7 +1841,9 @@ _cairo_ft_options_merge (cairo_ft_option
+ options->base.subpixel_order = other->base.subpixel_order;
+ }
+
+- if (options->base.hint_style == CAIRO_HINT_STYLE_DEFAULT)
++ options->base.hint_style = CAIRO_HINT_STYLE_DEFAULT;
++
++ if (other->base.hint_style != CAIRO_HINT_STYLE_DEFAULT)
+ options->base.hint_style = other->base.hint_style;
+
+ if (other->base.hint_style == CAIRO_HINT_STYLE_NONE)