mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Make keysym tables const
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5396 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
88b4e9dbe2
commit
be7fb97f8a
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ typedef struct {
|
|||
const char* name;
|
||||
int keysym;
|
||||
} name2keysym_t;
|
||||
static name2keysym_t name2keysym[]={
|
||||
static const name2keysym_t name2keysym[]={
|
||||
/* ascii */
|
||||
{ "space", 0x020},
|
||||
{ "exclam", 0x021},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue