mutter/clutter/x11
Emanuele Aina 35faaf604c x11: set the stage for core events with no associated stage
When the last touch has been released the stage on the
corresponding master device (eg. the virtual core pointer) is set
to NULL and no mouse events can be delivered until an ENTER event
has occurred and the stage pointer restored.

This is due to the fact that the master devices can send both
touch events and mouse events, forwarding events coming from the
attached slave devices.

To restore delivery of mouse events we need to ensure that the
stage is set on each ButtonPress, ButtonRelease and Motion event
coming from master devices.

https://bugzilla.gnome.org/show_bug.cgi?id=684509
2012-09-24 17:08:24 +01:00
..
xsettings
clutter-backend-x11.c
clutter-backend-x11.h
clutter-device-manager-core-x11.c stage: Remove tracking input devices, it's not used 2012-09-03 21:50:19 +01:00
clutter-device-manager-core-x11.h
clutter-device-manager-xi2.c x11: set the stage for core events with no associated stage 2012-09-24 17:08:24 +01:00
clutter-device-manager-xi2.h
clutter-event-x11.c x11: Add EventSequence → touch detail accessor 2012-09-05 09:43:47 +01:00
clutter-glx-texture-pixmap.c
clutter-glx-texture-pixmap.h
clutter-glx.h
clutter-input-device-core-x11.c
clutter-input-device-core-x11.h
clutter-input-device-xi2.c
clutter-input-device-xi2.h
clutter-keymap-x11.c
clutter-keymap-x11.h
clutter-settings-x11.h
clutter-stage-x11.c
clutter-stage-x11.h
clutter-x11-texture-pixmap.c
clutter-x11-texture-pixmap.h
clutter-x11.h x11: Add EventSequence → touch detail accessor 2012-09-05 09:43:47 +01:00