From 146473ec041bf2b7f550ca622ef5cb824f019146 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 26 Jul 2004 17:17:33 +0000 Subject: Add XFixesExpandRegion --- xfixesproto.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'xfixesproto.h') 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 -- cgit v1.2.3