diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-06-30 01:43:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-30 01:43:04 +0000 |
commit | 436a34e31810b11dbe55d0bfb5548bc5cd412fca (patch) | |
tree | 74db219bc055d1a5bb44adfecaa513b4dacc911e /gdk/gdk.symbols | |
parent | 5c31ca5c85ee13f9cdf11baa466e7dd77e2df94a (diff) | |
download | gtk+-436a34e31810b11dbe55d0bfb5548bc5cd412fca.tar.gz |
New function to determine if keyboard layouts for both LTR and LTR
2007-06-29 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.symbols:
* gdk/gdkkeys.h:
* gdk/x11/gdkkeys-x11.c (gdk_keymap_have_bidi_layouts): New
function to determine if keyboard layouts for both LTR and LTR
languages are in use. Refactor the direction caching code to
make this information available. (#451575, Behnam Esfahbod)
svn path=/trunk/; revision=18301
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 8757324fcc..ef801d3e34 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -819,6 +819,7 @@ gdk_keymap_get_direction gdk_keymap_get_entries_for_keycode gdk_keymap_get_entries_for_keyval gdk_keymap_get_for_display +gdk_keymap_have_bidi_layouts gdk_keymap_lookup_key gdk_keymap_translate_keyboard_state gdk_keyval_convert_case |