--- src/screenshot.cpp.orig 2007-09-30 16:07:08.000000000 +0000 +++ src/screenshot.cpp.orig @@ -159,7 +159,7 @@ Screenshot::save_png(const std::string& return; } - if (setjmp(png_ptr->jmpbuf)) + if (setjmp(png_jmpbuf(png_ptr))) { // If we get here, we had a problem reading the file fclose(fp);