summaryrefslogtreecommitdiff
path: root/Xext/dpmsproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/dpmsproc.h')
-rw-r--r--Xext/dpmsproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h
index 1b045cc7c..b8260491e 100644
--- a/Xext/dpmsproc.h
+++ b/Xext/dpmsproc.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/Xext/dpmsproc.h,v 1.3 2001/10/28 03:32:50 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/Xext/dpmsproc.h,v 1.4 2003/07/16 01:38:29 dawes Exp $ */
/* Prototypes for functions that the DDX must provide */
@@ -6,7 +6,7 @@
#define _DPMSPROC_H_
void DPMSSet(int level);
-int DPMSGet(int *level);
+int DPMSGet(int *plevel);
Bool DPMSSupported(void);
#endif