From 926251a486b57197d735a426887acad6fdfd7dc6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 18 Jul 2006 11:56:37 -0400 Subject: [PATCH] add XExtensionKeyboard and XExtensionPointer classes Add two new classes of device, XExtensionKeyboard, and XExtensionPointer. --- XI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XI.h b/XI.h index dc1f22d..b85797a 100644 --- a/XI.h +++ b/XI.h @@ -177,6 +177,8 @@ SOFTWARE. #define IsXPointer 0 #define IsXKeyboard 1 #define IsXExtensionDevice 2 +#define IsXExtensionKeyboard 3 +#define IsXExtensionPointer 4 #define AsyncThisDevice 0 #define SyncThisDevice 1