aboutsummaryrefslogtreecommitdiff
path: root/src/input/inc/input.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-27 17:03:06 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-11-01 16:26:16 +0100
commit9e1f1069cc6ff2e247c378a23952b67eadd18ab3 (patch)
tree3a8578b628be661fff7f4a98a7585269937a3086 /src/input/inc/input.h
parent28d624a7b821a3cc726413fe53b60fe8fe83394e (diff)
downloadrts-9e1f1069cc6ff2e247c378a23952b67eadd18ab3.tar.gz
WIP
Diffstat (limited to 'src/input/inc/input.h')
-rw-r--r--src/input/inc/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/inc/input.h b/src/input/inc/input.h
index 2dd401b..5780000 100644
--- a/src/input/inc/input.h
+++ b/src/input/inc/input.h
@@ -22,7 +22,7 @@ struct input
void *user;
unsigned char t;
bool repeat;
- struct keyboard_combo prev;
+ struct keyboard_input prev;
};
void input_update(struct input *in, const union peripheral *p);