From 31c7cda0ac8c58efeedecbc7aee4ffe1c00ed62d Mon Sep 17 00:00:00 2001 From: Daniel Goller Date: Sun, 24 Oct 2004 19:43:02 +0000 Subject: Revbump, this one should fix icewm+composite in xorg 6.8.0 --- x11-wm/icewm/files/digest-icewm-1.2.17_pre1 | 2 ++ x11-wm/icewm/files/icewm-1.2.17_pre1.wmtaskbar.cc.patch | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 x11-wm/icewm/files/digest-icewm-1.2.17_pre1 create mode 100644 x11-wm/icewm/files/icewm-1.2.17_pre1.wmtaskbar.cc.patch (limited to 'x11-wm/icewm/files') diff --git a/x11-wm/icewm/files/digest-icewm-1.2.17_pre1 b/x11-wm/icewm/files/digest-icewm-1.2.17_pre1 new file mode 100644 index 000000000000..fb5abadcc94d --- /dev/null +++ b/x11-wm/icewm/files/digest-icewm-1.2.17_pre1 @@ -0,0 +1,2 @@ +MD5 c7faf1b1e95c70f7c200e9bc2f46eb23 icewm-1.2.17pre1.tar.gz 950958 +MD5 d0baec59b163c929eb907b0bb138f65b SilverXP-1.2.14-single-3.tar.bz2 322923 diff --git a/x11-wm/icewm/files/icewm-1.2.17_pre1.wmtaskbar.cc.patch b/x11-wm/icewm/files/icewm-1.2.17_pre1.wmtaskbar.cc.patch new file mode 100644 index 000000000000..88481a6bef83 --- /dev/null +++ b/x11-wm/icewm/files/icewm-1.2.17_pre1.wmtaskbar.cc.patch @@ -0,0 +1,11 @@ +--- wmtaskbar.cc.orig 2004-10-24 14:10:43.234273832 -0500 ++++ wmtaskbar.cc 2004-10-24 14:11:01.974424896 -0500 +@@ -555,7 +555,7 @@ + const int wcount = sizeof(wlist)/sizeof(wlist[0]); + + int w = 0; +- int y[0] = { 0, 0 }; ++ int y[2] = { 0, 0 }; + int h[2] = { 0, 0 }; + int left[2] = { 0, 0 }; + int right[2] = { 0, 0 }; -- cgit v1.2.3-65-gdbad