summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-08-21 11:21:19 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-09-10 18:26:20 +0100
commitf5dffd2b6e6a6e3875908961bfd8cd6652c49929 (patch)
tree08fe0460337fe38dc36c23a185d3afc8f30147c8 /src/text.h
parent3b6b214c78c2c4fcecae1023ae92dfd29b160c42 (diff)
downloadxorg-lib-libxkbcommon-f5dffd2b6e6a6e3875908961bfd8cd6652c49929.tar.gz
kbproto untanglement: XkbKeyNameLength
Define it ourselves as XKB_KEY_NAME_LENGTH and use that, instead of the one from XKB.h. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.h b/src/text.h
index 098936f..d7fb6fc 100644
--- a/src/text.h
+++ b/src/text.h
@@ -74,7 +74,7 @@ const char *
KeysymText(xkb_keysym_t sym);
const char *
-KeyNameText(const char name[XkbKeyNameLength]);
+KeyNameText(const char name[XKB_KEY_NAME_LENGTH]);
const char *
SIMatchText(unsigned type);