KeySym: Actually handle NoSymbol
authorDaniel Stone <daniel@fooishbar.org>
Sat, 25 Apr 2009 04:32:04 +0000 (14:32 +1000)
committerDaniel Stone <daniel@fooishbar.org>
Sat, 25 Apr 2009 04:56:57 +0000 (14:56 +1000)
commit8e3239a78f7e47321535a4917bddf4ce00d3d244
treea5805f21f06dafddebc50a2f0801176ef408f39f
parenta5ce9754dc3c8313e9d35bf86d31d78e8bf9653c
KeySym: Actually handle NoSymbol

Add NoSymbol into the keysym table, so keysym <-> string conversion works for
that, too; also eliminate special-casing of VoidSymbol.

This will require special-casing in libX11 to preserve its API.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/keysym.c
src/makekeys/makekeys.c
test/xkey.sh