Re: FYI: trivial fix for GdkRegion->get_rectangles
- From: muppet <scott asofyet org>
- To: gtk-perl mailing list <gtk-perl-list gnome org>
- Subject: Re: FYI: trivial fix for GdkRegion->get_rectangles
- Date: Sun, 5 Feb 2006 10:10:30 -0500
On Feb 4, 2006, at 11:29 PM, Marc Lehmann wrote:
Just FYI, I checked in the following trivial fix:
[snip]
for (i = 0 ; i < n_rectangles ; i++)
- PUSHs (sv_2mortal (newSVGdkRectangle (rectangles + i)));
+ PUSHs (sv_2mortal (newSVGdkRectangle_copy (rectangles + i)));
g_free (rectangles);
Oi! Good find, thanks.
Torsten, how far are we from 1.120? Is it worth applying this to 1.10x?
--
He's so good, you're gonna rock, and if you don't rock, it's your own
fault.
-- kk, describing the perks of having a very good drummer.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]