summaryrefslogtreecommitdiff
path: root/atspi/atspi-private.h
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/atspi-private.h
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/atspi-private.h')
-rw-r--r--atspi/atspi-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atspi/atspi-private.h b/atspi/atspi-private.h
index 2cf56937..fc7727c4 100644
--- a/atspi/atspi-private.h
+++ b/atspi/atspi-private.h
@@ -30,6 +30,7 @@
#include "atspi-event-listener-private.h"
#include "atspi-matchrule-private.h"
#include "atspi-misc-private.h"
+#include "atspi-mutter-private.h"
#include "glib/gi18n.h"