summaryrefslogtreecommitdiff
path: root/compositeproto.h
diff options
context:
space:
mode:
authorJoel Bosveld <Joel.Bosveld@gmail.com>2009-06-29 12:27:10 +0800
committerJoel Bosveld <Joel.Bosveld@gmail.com>2009-06-29 12:27:10 +0800
commit01a03c04aa00559b54f28801b675b25e35c2310d (patch)
tree413688308414f9be0f17c6fde08ffd798e2bd084 /compositeproto.h
parentdaeb91bca5a6ca32100cdbeb1783aba602593b8e (diff)
Add docs. Change {nNorm,nGrab} to CARD32. {Begin,End} -> {Clear,Activate}
The use of CompositeSetMesh{Begin,End} is also different to {Clear,Activate}
Diffstat (limited to 'compositeproto.h')
-rw-r--r--compositeproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compositeproto.h b/compositeproto.h
index 3c99039..8acc868 100644
--- a/compositeproto.h
+++ b/compositeproto.h
@@ -193,9 +193,9 @@ typedef struct {
Window window B32;
CARD8 flags;
CARD8 pad1;
- CARD16 nNorm B16;
- CARD16 nGrab B16;
CARD16 pad2 B16;
+ CARD32 nNorm B32;
+ CARD32 nGrab B32;
} xCompositeSetTriangularCoordinateMeshReq;
#define sz_xCompositeSetTriangularCoordinateMeshReq sizeof(xCompositeSetTriangularCoordinateMeshReq)