projects
/
profile
/
ivi
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bcc4c
)
Clean up xkb_keysym_to_string message
author
Daniel Stone
<daniel@fooishbar.org>
Fri, 9 Mar 2012 20:01:33 +0000
(20:01 +0000)
committer
Daniel Stone
<daniel@fooishbar.org>
Fri, 9 Mar 2012 20:01:33 +0000
(20:01 +0000)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
include/xkbcommon/xkbcommon.h
patch
|
blob
|
history
diff --git
a/include/xkbcommon/xkbcommon.h
b/include/xkbcommon/xkbcommon.h
index
6e5cfdc
..
f9f1539
100644
(file)
--- a/
include/xkbcommon/xkbcommon.h
+++ b/
include/xkbcommon/xkbcommon.h
@@
-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);