Pass group state to _gdk_x11_device_xi2_translate_state

This will be necessary to make groups work with XI2.
This commit is contained in:
Matthias Clasen
2011-02-04 21:01:52 -05:00
parent 2c352f51a0
commit d4c1dbe3d7
3 changed files with 11 additions and 9 deletions

View File

@ -241,7 +241,8 @@ void _gdk_x11_device_xi_translate_axes (GdkDevice *device,
guchar * _gdk_x11_device_xi2_translate_event_mask (GdkEventMask event_mask,
gint *len);
guint _gdk_x11_device_xi2_translate_state (XIModifierState *mods_state,
XIButtonState *buttons_state);
XIButtonState *buttons_state,
XIGroupState *group_state);
void _gdk_x11_event_translate_keyboard_string (GdkEventKey *event);