pkgsrc/wm/uwm/patches/patch-ae
wiz b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00

14 lines
476 B
Text

$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.