Added directory 'util' for accessibility-related
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 27 Sep 2001 21:34:47 +0000 (21:34 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Thu, 27 Sep 2001 21:34:47 +0000 (21:34 +0000)
commit11e760ebf21a1d27d740f6b4a904d36959f587dc
tree372c34a3a9938964cb8366b23938b353c112d2bb
parent7c0d9a177bd603fa511d67b8a1bbf927a1bde6f6
Added directory 'util' for accessibility-related
utilities that use at-spi, and services used by at-spi
clients.  Added an onscreen magnifier that can be controlled
via bonobo (also can use plain sockets).
Modified at-spi to send commands to this magnifier if
environment variable 'MAGNIFIER' is non-null.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@64 e2bd861d-eb25-0410-b326-f6ed22b6b98c
19 files changed:
ChangeLog
Makefile.am
at-bridge/Makefile.am
atk-bridge/Makefile.am
configure.in
cspi/spi.h
libspi/accessible.h
test/Makefile.am
test/simple-at.c
util/Accessibility_Util.server.in [new file with mode: 0644]
util/Makefile.am [new file with mode: 0644]
util/idl/Magnifier.idl [new file with mode: 0644]
util/mag_client.c [new file with mode: 0644]
util/mag_client.h [new file with mode: 0644]
util/mag_control.c [new file with mode: 0644]
util/mag_image.c [new file with mode: 0644]
util/mag_image.h [new file with mode: 0644]
util/magnifier.c [new file with mode: 0644]
util/magnifier.h [new file with mode: 0644]