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
commitbcdb3b050a1b2e36768844d33306ad3c00981367 (patch)
treea8c1377952dc76f378be0dd2e156442393eb3e35
parentdcafa1453732ef01df0353bf13fec9f9eb6d738a (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
-rw-r--r--xcmiscstr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xcmiscstr.h b/xcmiscstr.h
index a13e4ed..f1ce46a 100644
--- a/xcmiscstr.h
+++ b/xcmiscstr.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/xcmiscstr.h,v 1.3 2003/07/16 01:38:24 dawes Exp $ */
+
+#ifndef _XCMISCSTR_H_
+#define _XCMISCSTR_H_
#define X_XCMiscGetVersion 0
#define X_XCMiscGetXIDRange 1
@@ -105,3 +109,4 @@ typedef struct {
} xXCMiscGetXIDListReply;
#define sz_xXCMiscGetXIDListReply 32
+#endif /* _XCMISCSTR_H_ */