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)
This commit is contained in:
Matthias Clasen 2005-02-03 15:41:08 +00:00 committed by Matthias Clasen
parent 1707e510a8
commit 64768cae2a
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
Tommi Komulainen)
2005-02-02 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:

View File

@ -1,3 +1,8 @@
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
Tommi Komulainen)
2005-02-02 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:

View File

@ -1,3 +1,8 @@
2005-02-03 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
Tommi Komulainen)
2005-02-02 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:

View File

@ -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[] = {