summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/icewm/files/icewm-1.2.20.testmap.patch')
-rw-r--r--x11-wm/icewm/files/icewm-1.2.20.testmap.patch17
1 files changed, 17 insertions, 0 deletions
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);