aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput_marshal_mouseevent__.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-21 16:33:10 +0100
committerMattias Andrée <m@maandree.se>2025-02-21 16:33:10 +0100
commit2bcfca7a468c3350ce9a28a9a18dce623a7645ee (patch)
tree5d7b8a1c0508fe49661be405416c3b421cad2925 /libterminput_marshal_mouseevent__.c
parentUpdate readme (diff)
downloadlibterminput-03322f9e9fa613efa096a8171c39d9a77c4068b9.tar.gz
libterminput-03322f9e9fa613efa096a8171c39d9a77c4068b9.tar.bz2
libterminput-03322f9e9fa613efa096a8171c39d9a77c4068b9.tar.xz
Some fixes and testsHEAD1.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libterminput_marshal_mouseevent__.c')
-rw-r--r--libterminput_marshal_mouseevent__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libterminput_marshal_mouseevent__.c b/libterminput_marshal_mouseevent__.c
index 7da80fe..8fe64c7 100644
--- a/libterminput_marshal_mouseevent__.c
+++ b/libterminput_marshal_mouseevent__.c
@@ -3,7 +3,7 @@
int
-libterminput_marshal_mouseevent__(struct libterminput_marshaller *how, const struct libterminput_mouseevent *what) /* TODO test */
+libterminput_marshal_mouseevent__(struct libterminput_marshaller *how, const struct libterminput_mouseevent *what)
{
if (how->store(how, &what->event, sizeof(what->event)) ||
how->store(how, &what->x, sizeof(size_t) * 2U))