summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-05-21 06:21:57 +0000
committerDaniel Goller <morfic@gentoo.org>2005-05-21 06:21:57 +0000
commitd2bc757d3e94261e2b8a77a2171795938508c961 (patch)
treea2d85c565b4ad9b748012df8f32a7b869cf36829 /x11-wm/icewm/files
parentAdd patches from Debian/crosstool and try to make more cross-compile friendly. (diff)
downloadhistorical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.gz
historical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.bz2
historical-d2bc757d3e94261e2b8a77a2171795938508c961.zip
fixed test
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'x11-wm/icewm/files')
-rw-r--r--x11-wm/icewm/files/icewm-1.2.20.iceicon.patch11
-rw-r--r--x11-wm/icewm/files/icewm-1.2.20.testmap.patch17
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch b/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch
new file mode 100644
index 000000000000..90c442b1e769
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.20.iceicon.patch
@@ -0,0 +1,11 @@
+--- iceicon.cc 2005-01-09 15:48:23.000000000 -0600
++++ /root/iceicon.cc 2005-05-21 01:00:11.000000000 -0500
+@@ -161,7 +161,7 @@
+ void YIconView::updateItems() {
+ if (fItems == 0) {
+ //fMaxWidth = 0;
+- fItems = new (YIconItem *)[fItemCount];
++ fItems = new YIconItem *[fItemCount];
+ if (fItems) {
+ YIconItem *a = getFirst();
+ int n = 0;
diff --git a/x11-wm/icewm/files/icewm-1.2.20.testmap.patch b/x11-wm/icewm/files/icewm-1.2.20.testmap.patch
new file mode 100644
index 000000000000..0c6fb65b9221
--- /dev/null
+++ b/x11-wm/icewm/files/icewm-1.2.20.testmap.patch
@@ -0,0 +1,17 @@
+--- testmap.cc 2005-01-09 15:48:24.000000000 -0600
++++ /root/testmap.cc 2005-05-21 00:57:32.000000000 -0500
+@@ -63,10 +63,11 @@
+
+ while (1) {
+ if (argc > 1) {
+- int nwx, nwy, nww, nwh;
++ int nwx, nwy;
++ unsigned int nww, nwh;
+ int nrx, nry;
+- int bw;
+- int depth;
++ unsigned int bw;
++ unsigned int depth;
+ Window xroot, child;
+
+ XGetGeometry(display, window, &xroot, &nwx, &nwy, &nww, &nwh, &bw, &depth);