summaryrefslogtreecommitdiff
path: root/x11-wm/uwm/files/patch-ae
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-16 21:41:56 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-16 21:41:56 +0000
commitdf2c154abf960602d7ab975852d1ae4862a0559a (patch)
treeea93dda9c772e0fcfc5a166e13e1ab75607d663f /x11-wm/uwm/files/patch-ae
parentAdd perltools, which doesn't allow redistribution. See license (diff)
Add uwm version 19881027, a no-frills window manager from X11R3.
Obtained from: NetBSD pkgsrc/x11/uwm
Notes
Notes: svn path=/head/; revision=33911
Diffstat (limited to 'x11-wm/uwm/files/patch-ae')
-rw-r--r--x11-wm/uwm/files/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/uwm/files/patch-ae b/x11-wm/uwm/files/patch-ae
new file mode 100644
index 000000000000..e5a469286452
--- /dev/null
+++ b/x11-wm/uwm/files/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1.1.1 1999/12/23 03:10:59 itohy 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.