825 if ((keysym >= 0x0020 && keysym <= 0x007e) ||
826 (keysym >= 0x00a0 && keysym <= 0x00ff))
830 if ((keysym & 0xff000000) == 0x01000000)
831 return keysym & 0x00ffffff;
static float max(float r, float g, float b)
static float min(float r, float g, float b)
long keysym2ucs(KeySym keysym)
struct codepair keysymtab[]