diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:31 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:31 +0000 |
commit | 5df0aa2dc76ba809832276003ec2cdad9f1a078d (patch) | |
tree | 7790db52ae2dd36e626459eb4d81f7bee3721816 | |
parent | dbf5531e9aaded40d1e086ebe7fbf3b9030acc57 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
-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_ */ |