summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@alum.wpi.edu>2019-07-18 18:29:45 -0500
committerMike Gorse <mgorse@alum.wpi.edu>2019-07-18 18:29:45 -0500
commit8decb77c551536ef527f2b5c07968fd4da4e2e61 (patch)
tree999e5a9fd80e305db6bc0f7232a3387680563cc4 /atspi/atspi-types.h
parent36a621aa17ed27be55cd9f16a1f7b29904cb510c (diff)
downloadat-spi2-core-8decb77c551536ef527f2b5c07968fd4da4e2e61.tar.gz
Add a sender to the AtspiEvent struct.
Normally, this is set to the application / root accessible from the application corresponding to the event source, but screen-reader-generated events are actually generated by the screen reader. The sender is set based on the application that sent the signal over dbus, so, in the latter case, this will be set to the screen reader. Per discussion at https://gitlab.gnome.org/GNOME/orca/issues/36
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index e458a8eb..211d543c 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -89,6 +89,7 @@ struct _AtspiEvent
gint detail1;
gint detail2;
GValue any_data;
+ AtspiAccessible *sender;
};
/**