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, 3 insertions, 1 deletions
diff --git a/Xext/dpmsproc.h b/Xext/dpmsproc.h
index f5485ea79..d57f57318 100644
--- a/Xext/dpmsproc.h
+++ b/Xext/dpmsproc.h
@@ -8,7 +8,9 @@
#ifndef _DPMSPROC_H_
#define _DPMSPROC_H_
-void DPMSSet(int level);
+#include "dixstruct.h"
+
+int DPMSSet(ClientPtr client, int level);
int DPMSGet(int *plevel);
Bool DPMSSupported(void);