Constify keysym <-> Unicode lookup table
authorDaniel Stone <daniel@fooishbar.org>
Tue, 11 Sep 2012 13:52:27 +0000 (14:52 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 11 Sep 2012 13:52:27 +0000 (14:52 +0100)
commit14741800a8a424e8f4da933cf7368e26fc7f0cbd
tree363cd88a9c29000f3f89195f7fcc74bfc202d9f3
parent517c7ed75c33f7b7312d298fb50805fa7ca99124
Constify keysym <-> Unicode lookup table

Before:
  text     data     bss     dec     hex filename
234422    11288    2304  248014   3c8ce obj-amd64/.libs/libxkbcommon.so.0.0.0

After:
  text     data     bss     dec     hex filename
240694     5016    2304  248014   3c8ce obj-amd64/.libs/libxkbcommon.so.0.0.0

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/keysym-utf.c