Find a file
Daniel Stone 5e29a12788 Use enum wl_keyboard_key_state instead of integer
Instead of using a uint32_t for state everywhere (except on the wire,
where that's still the call signature), use the new
wl_keyboard_key_state enum, and explicit comparisons.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2013-11-10 17:51:29 +01:00
src Use enum wl_keyboard_key_state instead of integer 2013-11-10 17:51:29 +01:00