wayland: Keep track of button modifier state

Keep track of the button modifier mask state in
ClutterInputDeviceWayland and push its state to new button events going
out.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=708781
This commit is contained in:
Jonas Ådahl
2013-09-18 21:56:06 +02:00
committed by Matthias Clasen
parent a96daf82c2
commit a4440b718d
2 changed files with 15 additions and 0 deletions

View File

@ -53,6 +53,7 @@ struct _ClutterInputDeviceWayland
guint repeat_time;
guint repeat_source;
gboolean is_initial_repeat;
ClutterModifierType button_modifier_state;
};
GType _clutter_input_device_wayland_get_type (void) G_GNUC_CONST;