summaryrefslogtreecommitdiff
path: root/wm/uwm/patches/patch-af
blob: 335f18664f8729222fa2d978a673a5aff60fea08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);