[gdk/x11] Change the name of the functions in the header file

_gdk_keymap_add_virtual_modifiers() changed to
_gdk_keymap_add_virtual_modifiers_compat() in
commit 13d69e552d
This patch change the header name too.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=610063
This commit is contained in:
Javier Jardón 2010-02-16 05:44:22 +01:00 committed by Tristan Van Berkom
parent f148059b7b
commit 2140a5b107

View File

@ -157,8 +157,8 @@ void _gdk_keymap_state_changed (GdkDisplay *display,
void _gdk_keymap_keys_changed (GdkDisplay *display);
gint _gdk_x11_get_group_for_state (GdkDisplay *display,
GdkModifierType state);
void _gdk_keymap_add_virtual_modifiers (GdkKeymap *keymap,
GdkModifierType *modifiers);
void _gdk_keymap_add_virtual_modifiers_compat (GdkKeymap *keymap,
GdkModifierType *modifiers);
gboolean _gdk_keymap_key_is_modifier (GdkKeymap *keymap,
guint keycode);