diff options
author | Keith Packard <keithp@keithp.com> | 2004-07-26 17:17:33 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-07-26 17:17:33 +0000 |
commit | 146473ec041bf2b7f550ca622ef5cb824f019146 (patch) | |
tree | b9f8d5326bfc28b42469a5bb74354182e0aef685 /xfixesproto.h | |
parent | 8d389eb1ebdd0d81435268bbb0699ec299030743 (diff) |
Add XFixesExpandRegion
Diffstat (limited to 'xfixesproto.h')
-rw-r--r-- | xfixesproto.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xfixesproto.h b/xfixesproto.h index e6b2a7f..1d904b9 100644 --- a/xfixesproto.h +++ b/xfixesproto.h @@ -446,6 +446,22 @@ typedef struct { #define sz_xXFixesChangeCursorByNameReq 12 +/*************** Version 3 ******************/ + +typedef struct { + CARD8 reqType; + CARD8 xfixesReqType; + CARD16 length B16; + Region source B32; + Region destination B32; + CARD16 left B16; + CARD16 right B16; + CARD16 top B16; + CARD16 bottom B16; +} xXFixesExpandRegionReq; + +#define sz_xXFixesExpandRegionReq 20 + #undef Region #undef Picture #undef Window |