mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 06:25:05 +00:00
Made X11 Unicode table const.
This commit is contained in:
parent
0493d717a4
commit
ae469ee614
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
//**** KeySym to Unicode mapping table ****
|
||||
//************************************************************************
|
||||
|
||||
static struct codepair {
|
||||
static const struct codepair {
|
||||
unsigned short keysym;
|
||||
unsigned short ucs;
|
||||
} keysymtab[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue