Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
f159611fab
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 |
||
---|---|---|
data | ||
doc | ||
po | ||
src | ||
test | ||
tools | ||
.cvsignore | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |