summaryrefslogtreecommitdiff
path: root/gdk/gdkkeynames.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-03 15:41:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-03 15:41:08 +0000
commit64768cae2a322c31fcfb798b5ef47996972f877f (patch)
treea54d7447af85f448128f73c791ad94889d653fb8 /gdk/gdkkeynames.c
parent1707e510a8b01baf0c4f9f6d16134f339c9ab5df (diff)
downloadgtk+-64768cae2a322c31fcfb798b5ef47996972f877f.tar.gz
Make the gdk_key array const (#166075, Tommi Komulainen)
2005-02-03 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeynames.c: Make the gdk_key array const (#166075, Tommi Komulainen)
Diffstat (limited to 'gdk/gdkkeynames.c')
-rw-r--r--gdk/gdkkeynames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c
index cb044982a8..32a7b5e7cf 100644
--- a/gdk/gdkkeynames.c
+++ b/gdk/gdkkeynames.c
@@ -35,7 +35,7 @@
/* Key handling not part of the keymap */
-static struct gdk_key {
+static const struct gdk_key {
guint keyval;
const char *name;
} gdk_keys_by_keyval[] = {