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