diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2014-07-25 10:33:19 +0200 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2014-07-25 11:58:16 +0200 |
commit | 4dcb2df11c1bb99e310f43e2951bdfb87e43f057 (patch) | |
tree | 25b468eb70e694f2e1cdde8b36e8aaefb49b369a /src/tests | |
parent | 06cd087da13b7703725b65074b556e435dbf28c9 (diff) | |
download | elementary-4dcb2df11c1bb99e310f43e2951bdfb87e43f057.tar.gz |
atspi: expose more actions through atspi bus.
Summary:
Main purpose of exposing widget actions and keyboard shortcuts
is to allow accessibility clients to implement alternative methods
of GUI navigation.
Reviewers: z.kosinski
Reviewed By: z.kosinski
Subscribers: seoz
Differential Revision: https://phab.enlightenment.org/D1227
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/elm_cxx_suite.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/elm_cxx_suite.cc b/src/tests/elm_cxx_suite.cc index 73873c285..d64b56c38 100644 --- a/src/tests/elm_cxx_suite.cc +++ b/src/tests/elm_cxx_suite.cc @@ -22,6 +22,7 @@ #include <elm_interface_scrollable.h> #include <elm_interface_atspi_text.h> #include <elm_interface_atspi_accessible.h> +#include <elm_interface_atspi_widget_action.h> #include <elc_ctxpopup.eo.hh> #include <elc_fileselector_button.eo.hh> |