1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xchomp/files/patch-ad
Kris Kennaway 2dd816ac63 Fix some warnings
Obtained from:	OpenBSD
2000-03-26 04:18:52 +00:00

10 lines
390 B
Plaintext

--- main.c.orig Fri Mar 18 06:12:24 1994
+++ main.c Thu Mar 16 15:45:54 2000
@@ -167,5 +167,5 @@
switch (event.type) {
case KeyPress:
- XLookupString(&event, &c_buf, 1, &last_key, &status);
+ XLookupString((XKeyEvent *) &event, &c_buf, 1, &last_key, &status);
if (last_key == XK_space)
if (!pause_seq())