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 | 7e018a8e4a0f8519e0fca19c5a70b9bb4bacd402 (patch) | |
tree | f62c24617ddc9ece3ee5fc252be716aac981dc3f /dpmsstr.h | |
parent | dab35027e56ba9c3c575dc41a041168bab00b4bb (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'dpmsstr.h')
-rw-r--r-- | dpmsstr.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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_ */ |