commit | c9785eacca7fe48119547bc7ed476754d8bcf610 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed May 30 16:31:52 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 15:43:03 2012 -0400 |
tree | daab9cadd0b852786aaffe124862a1839cfc4e44 | |
parent | 4dbadb1556f296cf148ed91a1044004ec6c80707 [diff] |
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>