diff options
Diffstat (limited to 'games/xchomp/files/patch-ac')
| -rw-r--r-- | games/xchomp/files/patch-ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/xchomp/files/patch-ac b/games/xchomp/files/patch-ac deleted file mode 100644 index 59bf4f7717b8..000000000000 --- a/games/xchomp/files/patch-ac +++ /dev/null @@ -1,9 +0,0 @@ ---- demo.c.orig Fri Mar 18 06:12:23 1994 -+++ demo.c Thu Mar 16 15:45:38 2000 -@@ -128,5 +128,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_q) || (last_key == XK_Q)) - do_exit(); |
