diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
commit | ba70ef76128f24cd2a78ea6aa7ac496dad76cb71 (patch) | |
tree | 7790db52ae2dd36e626459eb4d81f7bee3721816 /bigreqstr.h | |
parent | 12ac905fe0e3e26515b69f01ba43c4fd16cbb670 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'bigreqstr.h')
-rw-r--r-- | bigreqstr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bigreqstr.h b/bigreqstr.h index ab09882..81dd2e6 100644 --- a/bigreqstr.h +++ b/bigreqstr.h @@ -24,6 +24,10 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/include/extensions/bigreqstr.h,v 1.3 2003/07/16 01:38:24 dawes Exp $ */ + +#ifndef _BIGREQSTR_H_ +#define _BIGREQSTR_H_ #define X_BigReqEnable 0 @@ -61,3 +65,5 @@ typedef struct { CARD16 zero B16; CARD32 length B32; } xBigReq; + +#endif /* _BIGREQSTR_H_ */ |