gnome-shell/js
Florian Müllner 6878ee99d9 workspace: Use has_pointer() method instead of property
ClutterActor has both a has_pointer() method and a :has-pointer
property (that we represent as 'has_pointer'). So far gjs was
able to deal with the name overlap, but now trying to use the
property will instead test for the availability of the method.
Just avoid the conflict by switching to the method, which is
unambiguous.

https://bugzilla.gnome.org/show_bug.cgi?id=785090
2017-07-19 10:49:54 +02:00
..
extensionPrefs Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
gdm Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
misc Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
perf Revert accidental commit "Test stuff" 2014-09-03 13:47:18 -04:00
portalHelper Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ui workspace: Use has_pointer() method instead of property 2017-07-19 10:49:54 +02:00
js-resources.gresource.xml ui: Implement "window doesn't respond" dialog on gnome-shell 2017-07-16 19:28:57 +02:00
Makefile.am Use the versioned libmutter*.so versions 2017-02-14 11:23:09 +08:00