summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:02 +0000
commitba70ef76128f24cd2a78ea6aa7ac496dad76cb71 (patch)
tree7790db52ae2dd36e626459eb4d81f7bee3721816
parent12ac905fe0e3e26515b69f01ba43c4fd16cbb670 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
-rw-r--r--bigreqstr.h6
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_ */