Skip to content

input: Fix uint/enum declaration mismatch

Daniel Stone requested to merge daniels/weston:tablet-enum-declaration into main

We were declaring that the binding handler took an enum in the declaration (good!), but then using a uint in the definition (oops).

cf. !1205 (merged)

Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports