state: fix type confusion within xkb_state_update_mask
authorRan Benita <ran234@gmail.com>
Thu, 30 Aug 2012 08:21:03 +0000 (11:21 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 2 Sep 2012 16:17:09 +0000 (19:17 +0300)
commit9f0c01606346e63861b52bfc7ed8cff964cf9699
treee043dd78f80263a74f3f256d80a44786f20eb1c1
parentae576e85b710bee2e7a48b3191f60b3ba8ef913e
state: fix type confusion within xkb_state_update_mask

idx should be xkb_mod_index_t, while mod is the mask.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/state.c