Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136778 | Differences between
and this patch

Collapse All | Expand All

(-)xwin.c.orig (+4 lines)
Lines 277-283 Link Here
277
      fclose(f);
277
      fclose(f);
278
      return 1;
278
      return 1;
279
   }
279
   }
280
#if PNG_LIBPNG_VER_MAJOR >= 1 && PNG_LIBPNG_VER_MINOR >= 4
281
    if (setjmp(png_jmpbuf(pp))) {
282
#else
280
   if (setjmp(pp->jmpbuf)) {
283
   if (setjmp(pp->jmpbuf)) {
284
#endif
281
      png_destroy_write_struct(&pp,&ip);
285
      png_destroy_write_struct(&pp,&ip);
282
      fclose(f);
286
      fclose(f);
283
      gdk_image_destroy(image);
287
      gdk_image_destroy(image);

Return to bug 136778