mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1255655 - Const-ify keysymtab. r=karlt.
This lets it be shared between processes. --HG-- extra : rebase_source : 5cd14c68d7bbd54e4c1b9e8aef3621057a9588b8
This commit is contained in:
parent
666b54a97d
commit
9fab9cab8c
@ -41,7 +41,7 @@
|
||||
|
||||
#include "keysym2ucs.h"
|
||||
|
||||
struct codepair {
|
||||
static const struct codepair {
|
||||
unsigned short keysym;
|
||||
unsigned short ucs;
|
||||
} keysymtab[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user