head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.16 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.14 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.12 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.10 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.8 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.4 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2013.05.21.14.38.40; author hans; state dead; branches; next 1.2; commitid wEfr53DTVsRSvvQw; 1.2 date 2011.05.17.10.36.45; author hans; state Exp; branches; next 1.1; 1.1 date 2011.01.14.19.41.10; author tron; state Exp; branches; next ; desc @@ 1.3 log @Update WindowMaker to 0.95.4 Changes since 0.92.0: - Left Half / Right Half Maximize, tiled maximization - New mouse-resizing functionality - History and TAB completion in dialogs - Bouncing appicon effect - New applications (wmgenmenu and wmmenugen) to generate the root menu automatically by looking which applications you have on your $PATH - Automatic detection of configuration changes through inotify - Improved dockapp recognition - many trivial things which reduce little annoyances one might have - Added keyboard shortcut to uncover/cover the dock - Mac OS X-style window cycling - Preliminary XRandR support - lots of bug fixes @ text @$NetBSD: patch-ao,v 1.2 2011/05/17 10:36:45 hans Exp $ Fix build with "png" 1.5.1beta01 and newer. --- wrlib/png.c.orig 2004-10-12 19:22:04.000000000 +0100 +++ wrlib/png.c 2011-01-14 19:38:22.000000000 +0000 @@@@ -97,7 +97,7 @@@@ } RErrorCode = RERR_INTERNAL; - if (setjmp(png->jmpbuf)) { + if (setjmp(png_jmpbuf(png))) { fclose(f); png_destroy_read_struct(&png, &pinfo, &einfo); if (image) @ 1.2 log @Fix the previous fix for png 1.5, makes png icons work again. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2011/01/14 19:41:10 tron Exp $ @ 1.1 log @Fix build with the latest version of the "png" package. @ text @d1 1 a1 1 $NetBSD$ d12 1 a12 1 + if (png_jmpbuf(png)) { @