summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-05-09 20:51:37 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-05-09 20:51:37 +0100
commit7a1201bdf2386dde5c5c919f2dab55b91c9cabc0 (patch)
tree9b3b28996fa4d56a128d71e2155b6df93f51acbb /include
parent46441b1184dfa8553409d493ae6336aabb900d79 (diff)
downloadxorg-lib-libxkbcommon-7a1201bdf2386dde5c5c919f2dab55b91c9cabc0.tar.gz
Change xkb_key_get_syms to just return a bare int
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xkbcommon/xkbcommon.h b/include/xkbcommon/xkbcommon.h
index d98daf8..541b571 100644
--- a/include/xkbcommon/xkbcommon.h
+++ b/include/xkbcommon/xkbcommon.h
@@ -416,7 +416,7 @@ xkb_state_update_key(struct xkb_state *state, xkb_keycode_t key,
*
* This should be called before xkb_state_update_key.
*/
-unsigned int
+int
xkb_key_get_syms(struct xkb_state *state, xkb_keycode_t key,
const xkb_keysym_t **syms_out);