Clean up xkb_keysym_to_string message

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-03-09 20:01:33 +00:00
parent 17bcc4c163
commit 971eb485c5
1 changed files with 0 additions and 3 deletions

View File

@ -572,9 +572,6 @@ xkb_canonicalise_components(struct xkb_component_names * names,
/*
* Converts a keysym to a string; will return unknown Unicode codepoints
* as "Ua1b2", and other unknown keysyms as "0xabcd1234".
*
* This is uint32_t rather than KeySym, as KeySym changes size between
* client and server (no, really).
*/
_X_EXPORT extern void
xkb_keysym_to_string(xkb_keysym_t ks, char *buffer, size_t size);