summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-04-12 23:45:07 -0500
committerepoch <epoch@thebackupbox.net>2020-04-12 23:45:07 -0500
commitd9d998644defec48172fde353f0a339933800cce (patch)
tree8cb9c5d60e5b5c722068a3594400abc3c8cfacf4 /src/keyboard.c
parentce3c98ddccee60d3dc52a953128b21ce375c6c3a (diff)
downloadhackvr-d9d998644defec48172fde353f0a339933800cce.tar.gz
hackvr-d9d998644defec48172fde353f0a339933800cce.zip
fixed up the /dev/input/event (die) inputs to work better with libidc
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index c0e8ed9..78a0064 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -10,7 +10,7 @@ extern struct gra_global gra_global;
char keyboard_map[1024]={0};
//return 0 is all is fine, -1 if we need to exit
-void keyboard_event_handler() {
+void keyboard_event_handler(struct shit *me,char *junk) {//these arguments aren't actually used.
int k;
char line[2560];
c3_group_rot_t *gr;