summaryrefslogtreecommitdiff
path: root/registryd/deviceeventcontroller.h
diff options
context:
space:
mode:
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2002-11-17 13:54:00 +0000
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2002-11-17 13:54:00 +0000
commit0636c73a13c54781dc05b050af5f7f171b0194f9 (patch)
tree9fa0ac3845a987259751df785c007b2d02b87d82 /registryd/deviceeventcontroller.h
parent35084a6fe3287675d81047d9d372b1d46d502d35 (diff)
downloadat-spi2-core-0636c73a13c54781dc05b050af5f7f171b0194f9.tar.gz
Fix for 95827, adds API for registering "AccessibleDeviceListeners"
which can receive (and potentially, consume) device events such as mouse button events, etc. Necessary for GOK and other assistive technologies. Added a couple of slots to epvs in IDL, so this breaks internal bincompat. CSPI bincompat not affected. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@360 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'registryd/deviceeventcontroller.h')
-rw-r--r--registryd/deviceeventcontroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/registryd/deviceeventcontroller.h b/registryd/deviceeventcontroller.h
index 90ebb0dc..14cb16fe 100644
--- a/registryd/deviceeventcontroller.h
+++ b/registryd/deviceeventcontroller.h
@@ -26,7 +26,7 @@
#include <bonobo/bonobo-object.h>
#include <libspi/Accessibility.h>
-#include <libspi/keystrokelistener.h>
+#include <libspi/devicelistener.h>
typedef struct _SpiDEController SpiDEController;