Author :
Ran Benita
Date :
2014-02-08 17:58:39
Hash :3d56aa3e Message :keysym: use safe keysym comparison function
Instead of thinking about signed <-> unsigned an whatnot.
bsearch() is inline in glibc, so gcc optimizes this away anyway.
Signed-off-by: Ran Benita <ran234@gmail.com>