summaryrefslogtreecommitdiff
path: root/atspi/meson.build
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-08-05 14:31:58 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-08-05 14:31:58 -0500
commit673340d60a0bf7b97863985f02854b943ee009bb (patch)
treef949e12e42296b07db963bea4458e8a0ce16f5c6 /atspi/meson.build
parent3ab9289a679e7dba0312e3379e187a2487e0a703 (diff)
downloadat-spi2-core-673340d60a0bf7b97863985f02854b943ee009bb.tar.gz
Support mutter remote desktop interface for key/mouse events
Mutter now has a remote desktop interface with methods to synthesize keyboard and mouse events. This functionality has not been available through AT-SPI on wayland since it uses X-specific functions. Also add atspi_set_reference_window. Probably a work in progress; doesn't appear to be behaving as intended. Also requires that introspection be enabled on gnome-shell. Ie, gsettings set org.gnome.shell introspect true https://bugzilla.gnome.org/show_bug.cgi?id=709999 https://gitlab.gnome.org/GNOME/at-spi2-core/issues/14
Diffstat (limited to 'atspi/meson.build')
-rw-r--r--atspi/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/atspi/meson.build b/atspi/meson.build
index 14c771b0..8a2ca27d 100644
--- a/atspi/meson.build
+++ b/atspi/meson.build
@@ -13,6 +13,7 @@ atspi_sources = [
'atspi-hypertext.c',
'atspi-image.c',
'atspi-matchrule.c',
+ 'atspi-mutter.c',
'atspi-misc.c',
'atspi-object.c',
'atspi-registry.c',