summaryrefslogtreecommitdiff
path: root/dpmsstr.h
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
commit023a09fe640f876478157e5b4cd9cfec1452da4b (patch)
treef62c24617ddc9ece3ee5fc252be716aac981dc3f /dpmsstr.h
parent343e78e15048e6a25791449bfc7566c07ccddf28 (diff)
downloadxorg-proto-xextproto-023a09fe640f876478157e5b4cd9cfec1452da4b.tar.gz
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 'dpmsstr.h')
-rw-r--r--dpmsstr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dpmsstr.h b/dpmsstr.h
index 0ec0157..710960d 100644
--- a/dpmsstr.h
+++ b/dpmsstr.h
@@ -26,6 +26,7 @@ dealings in this Software without prior written authorization from Digital
Equipment Corporation.
******************************************************************/
+/* $XFree86: xc/include/extensions/dpmsstr.h,v 3.4 2003/07/16 01:38:24 dawes Exp $ */
/*
* HISTORY
@@ -34,6 +35,8 @@ Equipment Corporation.
* @(#)RCSfile: dpmsstr.h,v Revision: 1.1.4.2 (DEC) Date: 1995/11/21 19:34:19
*/
+#ifndef _DPMSSTR_H_
+#define _DPMSSTR_H_
#define X_DPMSGetVersion 0
#define X_DPMSCapable 1
@@ -180,7 +183,4 @@ typedef struct {
} xDPMSInfoReply;
#define sz_xDPMSInfoReply 32
-
-
-
-
+#endif /* _DPMSSTR_H_ */