summaryrefslogtreecommitdiff
path: root/compositeproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'compositeproto.h')
-rw-r--r--compositeproto.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/compositeproto.h b/compositeproto.h
index 8acc868..6f5b152 100644
--- a/compositeproto.h
+++ b/compositeproto.h
@@ -210,6 +210,30 @@ typedef struct {
#define sz_xCompositeRedirectWindowInputReq sizeof(xCompositeRedirectWindowInputReq)
+typedef struct {
+ CARD8 reqType;
+ CARD8 compositeReqType;
+ CARD16 length B16;
+ Window window B32;
+} xCompositeGetInputRedirectionInfoReq;
+
+#define sz_xCompositeGetInputRedirectionInfoReq sizeof(xCompositeGetInputRedirectionInfoReq)
+
+typedef struct {
+ BYTE type; /* X_Reply */
+ BYTE pad1;
+ CARD16 sequenceNumber B16;
+ CARD32 length B32;
+ Window destination B32;
+ CARD32 pad2 B32;
+ CARD32 pad3 B32;
+ CARD32 pad4 B32;
+ CARD32 pad5 B32;
+ CARD32 pad6 B32;
+} xCompositeGetInputRedirectionInfoReply;
+
+#define sz_xCompositeGetInputRedirectionInfoReply sizeof(xCompositeGetInputRedirectionInfoReply)
+
#undef Window
#undef Region
#undef Pixmap