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 /src/device
parent96dc3bc0e0827eab2c37beb897577d3d0505ca33 (diff)
Seems to work fine with my space navigator.
The client <-> server logic is not implemeted yet, though.
Diffstat (limited to 'src/device')
-rw-r--r--src/device/physical/physical_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/physical/physical_device.c b/src/device/physical/physical_device.c
index 52d58dc..24c73af 100644
--- a/src/device/physical/physical_device.c
+++ b/src/device/physical/physical_device.c
@@ -225,7 +225,7 @@ 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]
)
{
return device->libevdev;