summaryrefslogtreecommitdiff
path: root/include/exevents.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exevents.h')
-rw-r--r--include/exevents.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/exevents.h b/include/exevents.h
index 0892f4d0a..8d5d5dd49 100644
--- a/include/exevents.h
+++ b/include/exevents.h
@@ -32,6 +32,15 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/extensions/XIproto.h>
+/**
+ * Attached to the devPrivates of each client. Specifies the version number as
+ * supported by the client.
+ */
+typedef struct _XIClientRec {
+ int major_version;
+ int minor_version;
+} XIClientRec, *XIClientPtr;
+
extern void RegisterOtherDevice (
DeviceIntPtr /* device */);