projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7891c91
)
keysym-utf: mark keysymtab array as static
author
Ran Benita
<ran234@gmail.com>
Mon, 5 Nov 2012 19:50:38 +0000
(21:50 +0200)
committer
Ran Benita
<ran234@gmail.com>
Mon, 5 Nov 2012 19:50:38 +0000
(21:50 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
src/keysym-utf.c
patch
|
blob
|
history
diff --git
a/src/keysym-utf.c
b/src/keysym-utf.c
index ae01f0965ca9657e7d3e2185ea24e12315de5418..5484a8311d57efd68cad992478555299b35cffaa 100644
(file)
--- a/
src/keysym-utf.c
+++ b/
src/keysym-utf.c
@@
-44,7
+44,7
@@
struct codepair {
uint16_t ucs;
};
-const struct codepair keysymtab[] = {
+
static
const struct codepair keysymtab[] = {
{ 0x01a1, 0x0104 }, /* Aogonek Ą LATIN CAPITAL LETTER A WITH OGONEK */
{ 0x01a2, 0x02d8 }, /* breve ˘ BREVE */
{ 0x01a3, 0x0141 }, /* Lstroke Ł LATIN CAPITAL LETTER L WITH STROKE */