Move XKB_KEY_NoSymbol to xkbcommon-keysyms.h
authorRan Benita <ran234@gmail.com>
Sun, 20 May 2012 17:39:35 +0000 (20:39 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 9 Jun 2012 09:34:57 +0000 (12:34 +0300)
commit58b030bb901b77ba97fdaf64fca4403b81445aaf
treefccb135983c3bf0ae45a97454d87e1698acd2ed5
parent1c27bb8e77d85e3e3c9a4f3003bc429759482135
Move XKB_KEY_NoSymbol to xkbcommon-keysyms.h

This avoids a couple of special cases in the code, and is more
consistent. Since anyone who includes xkbcommon.h also gets
xkbcommon-keysyms.h, and anyone who include xkbcommon-keysyms.h would
want NoSymbol anyway, there's no down side.

Signed-off-by: Ran Benita <ran234@gmail.com>
include/xkbcommon/xkbcommon-keysyms.h
include/xkbcommon/xkbcommon.h
makekeys/makekeys.c
src/keysym.c