mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Made X11 Unicode table const.
This commit is contained in:
parent
0493d717a4
commit
ae469ee614
@ -64,7 +64,7 @@
|
|||||||
//**** KeySym to Unicode mapping table ****
|
//**** KeySym to Unicode mapping table ****
|
||||||
//************************************************************************
|
//************************************************************************
|
||||||
|
|
||||||
static struct codepair {
|
static const struct codepair {
|
||||||
unsigned short keysym;
|
unsigned short keysym;
|
||||||
unsigned short ucs;
|
unsigned short ucs;
|
||||||
} keysymtab[] = {
|
} keysymtab[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user