Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-05-18 Thread Alan Coopersmith
Looks like no one else got to this yet, so I finally pushed it. Sorry for the delay - we're working on better patch tracking so fewer fall through the cracks like this. -alan- Cody Maloney wrote: Hi, Could someone with commit privileges please push this? I think it has been

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-05-18 Thread Cody Maloney
Thanks, Cody On Tue, May 18, 2010 at 6:14 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Looks like no one else got to this yet, so I finally pushed it.   Sorry for the delay - we're working on better patch tracking so fewer fall through the cracks like this.        -alan- Cody

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-24 Thread Cody Maloney
Hi, Could someone with commit privileges please push this? I think it has been sitting around long enough. Cody Maloney On Sun, Mar 14, 2010 at 12:07 AM, Cody Maloney cmalo...@theoreticalchaos.com wrote: Thanks for the comments. Here's an updated patch. It looks like png_jmpbuf has actually

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-14 Thread Cody Maloney
Thanks for the comments. Here's an updated patch. It looks like png_jmpbuf has actually been available since libpng 1.0.6 or before when png_ptr-jmpbuf was first deprecated. From: Cody Maloney cmalo...@theoreticalchaos.com setjmp(png_ptr-jmpbuf) is depreceated so removed it and changed the

Re: [PATCH] xcursorgen: Upgraded to work with libpng14

2010-03-13 Thread Yaakov (Cygwin/X)
On 2010-03-13 00:19, Cody Maloney wrote: setjmp(png_ptr-jmpbuf) is depreceated so removed it and bumped the version number in configure.ac --- configure.ac |2 +- xcursorgen.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index