Florian Müllner f159611fab window: Fix delayed mouse mode
Using clutter_actor_has_pointer() to test whether the pointer is
on the window makes for clean and nice-looking code, but does not
work in practice - ClutterActor:has-pointer is not recursive, so
we miss when the pointer is on the associated surface actor rather
than the actor itself.
Instead, check whether the window actor contains the core pointer's
pointer actor, which actually works.

https://bugzilla.gnome.org/show_bug.cgi?id=730541
2014-05-21 22:56:14 +02:00
2014-05-18 01:05:15 +02:00
2014-05-21 22:56:14 +02:00
2014-03-18 20:37:35 -04:00
2014-03-18 20:37:35 -04:00
2006-06-29 20:54:39 +00:00
2014-04-09 12:28:45 -07:00
2014-04-30 18:14:27 +02:00
Description
94 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%