Made X11 Unicode table const.

This commit is contained in:
Camilla Berglund 2014-06-09 12:31:39 +02:00
parent 0493d717a4
commit ae469ee614

View File

@ -64,7 +64,7 @@
//**** KeySym to Unicode mapping table ****
//************************************************************************
static struct codepair {
static const struct codepair {
unsigned short keysym;
unsigned short ucs;
} keysymtab[] = {