[mutter/wip/garnacho/virtual-input-device: 17/22] clutter/evdev: Ensure the seat sets an stage on core keyboard/pointer devices
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/garnacho/virtual-input-device: 17/22] clutter/evdev: Ensure the seat sets an stage on core keyboard/pointer devices
- Date: Mon, 11 Jul 2016 17:26:22 +0000 (UTC)
commit c169acd962fe1c850993e14230ba7909e4283d70
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jul 11 18:33:39 2016 +0200
clutter/evdev: Ensure the seat sets an stage on core keyboard/pointer devices
clutter/clutter/evdev/clutter-seat-evdev.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter/evdev/clutter-seat-evdev.c b/clutter/clutter/evdev/clutter-seat-evdev.c
index fffaa1f..1e2260e 100644
--- a/clutter/clutter/evdev/clutter-seat-evdev.c
+++ b/clutter/clutter/evdev/clutter-seat-evdev.c
@@ -573,6 +573,9 @@ clutter_seat_evdev_set_stage (ClutterSeatEvdev *seat,
{
GSList *l;
+ _clutter_input_device_set_stage (seat->core_pointer, stage);
+ _clutter_input_device_set_stage (seat->core_keyboard, stage);
+
for (l = seat->devices; l; l = l->next)
{
ClutterInputDevice *device = l->data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]