summaryrefslogtreecommitdiff
path: root/wm/uwm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'wm/uwm/patches/patch-ae')
-rw-r--r--wm/uwm/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/wm/uwm/patches/patch-ae b/wm/uwm/patches/patch-ae
new file mode 100644
index 00000000000..f1274138431
--- /dev/null
+++ b/wm/uwm/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- GetButton.c.orig Mon Oct 24 19:08:17 1988
++++ GetButton.c Wed Dec 22 13:59:28 1999
+@@ -255,7 +255,8 @@
+ /*
+ * We convert the key pressed event to ascii.
+ */
+- nbytes = XLookupString(kp_event, kbd_str, STRLEN, NULL);
++ nbytes = XLookupString(kp_event, kbd_str, STRLEN, (KeySym *) NULL,
++ (XComposeStatus *) NULL);
+
+ /*
+ * If kbd_str is a "non-string", then don't do anything.