summaryrefslogtreecommitdiff
path: root/wm/uwm/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'wm/uwm/patches/patch-af')
-rw-r--r--wm/uwm/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/uwm/patches/patch-af b/wm/uwm/patches/patch-af
new file mode 100644
index 00000000000..335f18664f8
--- /dev/null
+++ b/wm/uwm/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- Kill.c.orig Thu Sep 8 00:28:28 1988
++++ Kill.c Thu Dec 23 00:54:08 1999
+@@ -11,7 +11,7 @@
+ int button; /* Button event detail. */
+ int x, y; /* Event mouse position. */
+ {
+- Window *assoc;
++ Window assoc;
+
+ if (IsIcon(window, x, y, TRUE, &assoc))
+ XKillClient(dpy, assoc);