summaryrefslogtreecommitdiff
path: root/atspi/atspi-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-types.h')
-rw-r--r--atspi/atspi-types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/atspi/atspi-types.h b/atspi/atspi-types.h
index 4e8dc1ac..e56f93f0 100644
--- a/atspi/atspi-types.h
+++ b/atspi/atspi-types.h
@@ -143,8 +143,8 @@ typedef struct _AtspiKeySet
**/
typedef enum {
ATSPI_KEYLISTENER_NOSYNC = 0,
- ATSPI_KEYLISTENER_SYNCHRONOUS = 1 << 0,
- ATSPI_KEYLISTENER_CANCONSUME = 1 << 1,
- ATSPI_KEYLISTENER_ALL_WINDOWS = 1 << 2
+ ATSPI_KEYLISTENER_SYNCHRONOUS = 1,
+ ATSPI_KEYLISTENER_CANCONSUME = 2,
+ ATSPI_KEYLISTENER_ALL_WINDOWS = 4
} AtspiKeyListenerSyncType;
#endif /* _ATSPI_TYPES_H_ */