forked from AuroraMiddleware/gtk
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:
parent
63d6202083
commit
e08caa5bae
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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):
|
||||
|
@ -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" },
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user