[mutter/wip/garnacho/virtual-input-device: 83/94] 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: 83/94] clutter/evdev:	Ensure the seat sets an stage on core keyboard/pointer devices
 
- Date: Wed, 20 Jul 2016 16:33:22 +0000 (UTC)
 
commit ceb5d9b2ac9472efb07f383c15b625eb9ac58dc1
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]