mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
|
$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.
|