Add enum xkb_key_direction instead of bool
authorDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 11:11:45 +0000 (12:11 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 11:18:41 +0000 (12:18 +0100)
commitede8473490a4fa327f168225042ea7ea4dd0d5e0
tree1fbf30818cd2712962283649a9bec1a4d053e1d1
parent7f471a702ed4e1af63c39370ea55f3fea0500cfc
Add enum xkb_key_direction instead of bool

Use XKB_KEY_UP instead of 0 and XKB_KEY_DOWN instead of 1.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reported-by: Ran Benita <ran234@gmail.com>
include/xkbcommon/xkbcommon.h
src/state.c
test/state.c