diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-02-21 00:30:44 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-02-21 01:50:18 +0100 |
commit | 9a92a1da896823b113e26e04268f4fe428e66587 (patch) | |
tree | de5885b55901d7dd15edee3e48c24609ffe0a68c /gdk/gdk.symbols | |
parent | 8ec0cfd571da29b02dbdd3464cd9508ebec4cac1 (diff) | |
download | gtk+-9a92a1da896823b113e26e04268f4fe428e66587.tar.gz |
Add a way to get the current modifier state
Xkb makes this available to us, and it is useful if you want
to do easter eggs that are triggered by Alt.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 21f1667fc9..219153dfdc 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -209,6 +209,7 @@ gdk_keymap_get_entries_for_keycode gdk_keymap_get_entries_for_keyval gdk_keymap_get_for_display gdk_keymap_get_modifier_mask +gdk_keymap_get_modifier_state gdk_keymap_get_num_lock_state gdk_keymap_get_type gdk_keymap_have_bidi_layouts |