summaryrefslogtreecommitdiffstats
path: root/games/xchomp/files/patch-ad
blob: bf641a2df99572873dc0739af76ee7a1e5ec6bbc (plain)
1
2
3
4
5
6
7
8
9
--- 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())
OpenPOWER on IntegriCloud