Add dead_hook and dead_horn.

2004-11-29  Matthias Clasen  <mclasen@redhat.com>

	* gdk/gdkkeynames.c: Add dead_hook and dead_horn.

	* gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
	these keysyms.  (#159739, Samuel Thibault)
This commit is contained in:
Matthias Clasen 2004-11-29 13:57:53 +00:00 committed by Matthias Clasen
parent 63d6202083
commit e08caa5bae
6 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Add dead_hook and dead_horn.
* gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
these keysyms. (#159739, Samuel Thibault)
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (gtkalias.h):

View File

@ -1,3 +1,10 @@
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Add dead_hook and dead_horn.
* gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
these keysyms. (#159739, Samuel Thibault)
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (gtkalias.h):

View File

@ -1,3 +1,10 @@
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Add dead_hook and dead_horn.
* gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
these keysyms. (#159739, Samuel Thibault)
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (gtkalias.h):

View File

@ -1,3 +1,10 @@
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkkeynames.c: Add dead_hook and dead_horn.
* gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define
these keysyms. (#159739, Samuel Thibault)
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (gtkalias.h):

View File

@ -1136,6 +1136,8 @@ static struct gdk_key {
{ 0x00fe5e, "dead_voiced_sound" },
{ 0x00fe5f, "dead_semivoiced_sound" },
{ 0x00fe60, "dead_belowdot" },
{ 0x00fe61, "dead_hook" },
{ 0x00fe62, "dead_horn" },
{ 0x00fe70, "AccessX_Enable" },
{ 0x00fe71, "AccessX_Feedback_Enable" },
{ 0x00fe72, "RepeatKeys_Enable" },

View File

@ -254,6 +254,8 @@
#define GDK_dead_voiced_sound 0xFE5E
#define GDK_dead_semivoiced_sound 0xFE5F
#define GDK_dead_belowdot 0xFE60
#define GDK_dead_hook 0xFE61
#define GDK_dead_horn 0xFE62
#define GDK_First_Virtual_Screen 0xFED0
#define GDK_Prev_Virtual_Screen 0xFED1
#define GDK_Next_Virtual_Screen 0xFED2