Made X11 Unicode table const.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 0493d717a4
commit ae469ee614
  1. 2
      src/x11_unicode.c

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

Loading…
Cancel
Save