summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-01-07 19:47:55 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-01-07 19:47:55 +0100
commit8e624e9919040e2ec99be764394bb33a2bc77fd9 (patch)
tree4b87a904b51158e5865af99d81c671e3dfc889db /include
parent96dc3bc0e0827eab2c37beb897577d3d0505ca33 (diff)
Seems to work fine with my space navigator.
The client <-> server logic is not implemeted yet, though.
Diffstat (limited to 'include')
-rw-r--r--include/relabsd/device/physical_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/relabsd/device/physical_device.h b/include/relabsd/device/physical_device.h
index babf911..9bee391 100644
--- a/include/relabsd/device/physical_device.h
+++ b/include/relabsd/device/physical_device.h
@@ -48,5 +48,5 @@ int relabsd_physical_device_get_file_descriptor
struct libevdev * relabsd_physical_device_get_libevdev
(
- struct relabsd_physical_device device [const restrict static 1]
+ const struct relabsd_physical_device device [const restrict static 1]
);