summaryrefslogtreecommitdiff
path: root/games/spellcast/patches/patch-xspell.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/spellcast/patches/patch-xspell.h')
-rw-r--r--games/spellcast/patches/patch-xspell.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/spellcast/patches/patch-xspell.h b/games/spellcast/patches/patch-xspell.h
new file mode 100644
index 00000000000..030e59a05f1
--- /dev/null
+++ b/games/spellcast/patches/patch-xspell.h
@@ -0,0 +1,11 @@
+$NetBSD: patch-xspell.h,v 1.1 2012/12/20 22:04:14 joerg Exp $
+
+--- xspell.h.orig 2012-12-20 17:55:01.000000000 +0000
++++ xspell.h
+@@ -138,3 +138,6 @@ extern game *gameval;
+ extern int turnstate;
+ extern int movelist[];
+ extern int blinklevel;
++
++void query_motion(struct player *py, int xpos, int ypos, int button);
++void gesture_motion(struct player *py, int xpos, int ypos, int button);