<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - cairo_surface_create_similar_image seems to always fail for the win32 display backend"
href="https://bugs.freedesktop.org/show_bug.cgi?id=60519#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - cairo_surface_create_similar_image seems to always fail for the win32 display backend"
href="https://bugs.freedesktop.org/show_bug.cgi?id=60519">bug 60519</a>
from <span class="vcard"><a class="email" href="mailto:partha1b@gmail.com" title="Partha Bagchi <partha1b@gmail.com>"> <span class="fn">Partha Bagchi</span></a>
</span></b>
<pre>I don't know what you mean by "compile check"? Can you explain? What do I need
to do to "compile check"?
This bug, based on your patch, is preventing a Windows Gimp 2.9 build.
I read on Gthumb site
(<a href="https://mail.gnome.org/archives/commits-list/2012-August/msg06083.html">https://mail.gnome.org/archives/commits-list/2012-August/msg06083.html</a>)
advocating that cairo_surface_create_similar_image() not be used. If I follow
that advice and modify gimpdisplayxfer.c thusly:
// cairo_surface_create_similar_image (cairo_get_target (cr),
// CAIRO_FORMAT_ARGB32, w, h);
cairo_image_surface_create (CAIRO_FORMAT_ARGB32, w, h);
it seems to compile and work fine on Windows. Is this a viable solution or
should I try something else?
Thanks,
Partha</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>