summarylogtreecommitdiffstats
path: root/fix-crasher.patch
diff options
context:
space:
mode:
authorCarsten Teibes2018-11-22 20:09:05 +0100
committerCarsten Teibes2018-11-22 20:09:05 +0100
commita074969d034bf4dc1181772246bcf03f695dd0f6 (patch)
tree17e4150c2b946c6222fc622be6d3f0122f46d212 /fix-crasher.patch
parent7052f03f1c822ce925644c1bcd6ef31717dcc5df (diff)
downloadaur-gtk-engine-murrine-git.tar.gz
[fix] new repository URL
[fix] add patch to fix a specific crash (see FS#48294)
Diffstat (limited to 'fix-crasher.patch')
-rw-r--r--fix-crasher.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-crasher.patch b/fix-crasher.patch
new file mode 100644
index 000000000000..6200e7716909
--- /dev/null
+++ b/fix-crasher.patch
@@ -0,0 +1,12 @@
+Index: gtk2-engines-murrine-0.98.2/src/murrine_style.c
+===================================================================
+--- gtk2-engines-murrine-0.98.2.orig/src/murrine_style.c
++++ gtk2-engines-murrine-0.98.2/src/murrine_style.c
+@@ -2171,6 +2171,7 @@ murrine_style_draw_layout (GtkStyle
+ cairo_t *cr;
+ cr = murrine_begin_paint (window, area);
+ cairo_translate (cr, x+xos, y+yos);
++ pango_cairo_update_layout (cr, layout);
+ pango_cairo_layout_path (cr, layout);
+ murrine_set_color_rgba (cr, &temp, 0.5);
+ cairo_stroke (cr);