From ae469ee6148c9f3d41934fc347151f89d69b9bfb Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 9 Jun 2014 12:31:39 +0200 Subject: [PATCH] Made X11 Unicode table const. --- src/x11_unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11_unicode.c b/src/x11_unicode.c index 6b6a13db..7d4c8a06 100644 --- a/src/x11_unicode.c +++ b/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[] = {