mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Made X11 Unicode table const.
This commit is contained in:
+1
-1
@@ -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[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user