forked from AuroraMiddleware/gtk
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:
parent
1707e510a8
commit
64768cae2a
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user