aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/evdev.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-22 21:13:48 +0200
committercbdev <cb@cbcdn.com>2019-08-22 21:13:48 +0200
commit8b016f61a4b3d3be0c7b1e311209ab991276af0c (patch)
tree714561238a6be8df79bdbd98c042ec7fabc28307 /backends/evdev.h
parent5dcbae830db5289b4e269c1913511b890e3e1d5d (diff)
downloadmidimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.tar.gz
midimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.tar.bz2
midimonster-8b016f61a4b3d3be0c7b1e311209ab991276af0c.zip
Implement input for the maweb backend (with a few limitations)
Diffstat (limited to 'backends/evdev.h')
-rw-r--r--backends/evdev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/evdev.h b/backends/evdev.h
index b26664b..48bd0ab 100644
--- a/backends/evdev.h
+++ b/backends/evdev.h
@@ -52,4 +52,5 @@ typedef union {
uint16_t code;
} fields;
uint64_t label;
-} evdev_channel_ident; \ No newline at end of file
+} evdev_channel_ident;
+