commit | 4dbadb1556f296cf148ed91a1044004ec6c80707 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Wed May 30 16:31:51 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 31 15:42:47 2012 -0400 |
tree | 1bc7caaadce31fca754d003c379b5b026c31d6e0 | |
parent | 11d7139989860a1405124b889db2fbad087a5a09 [diff] |
Use enum wl_pointer_button_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_pointer_button_state enum, and explicit comparisons. Signed-off-by: Daniel Stone <daniel@fooishbar.org>