[Bug 90940] xserver crash in gtk+ application
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 11 16:47:38 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90940
--- Comment #8 from Carl Michal <michal at physics.ubc.ca> ---
I got it:
diff --git a/src/sna/sna_tiling.c b/src/sna/sna_tiling.c
index 308efc0..6ca2402 100644
--- a/src/sna/sna_tiling.c
+++ b/src/sna/sna_tiling.c
@@ -369,7 +369,7 @@ sna_tiling_composite_spans_boxes(struct sna *sna,
const BoxRec *box, int nbox, float opacity)
{
while (nbox--)
- sna_tiling_composite_spans_box(sna, op->base.priv, box++,
opacity);
+ sna_tiling_composite_spans_box(sna, op, box++, opacity);
(void)sna;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150611/0d808d02/attachment.html>
More information about the intel-gfx-bugs
mailing list