Fix signed vs. unsigned confusion in actions
authorDaniel Stone <daniel@fooishbar.org>
Fri, 25 May 2012 16:58:32 +0000 (17:58 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 25 May 2012 17:02:19 +0000 (18:02 +0100)
commit208d957806f5555809c1e511a587211d50c13b70
tree3b9c64c19a41190b2015d91c827822a64e39d205
parentccc047c4e08e6c7a229d5e9fdee91451e0b07ef2
Fix signed vs. unsigned confusion in actions

Some actions could also take relative rather than absolute parameters,
so they really needed to be signed instead of explicitly unsigned.
Oops.

Fixes, e.g., action= MovePtr(x=-1,y=+1), which was reported as
(x=+65535,y=+1).

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/xkb-priv.h