summaryrefslogtreecommitdiff
path: root/Xext/dpmsstubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r--Xext/dpmsstubs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Xext/dpmsstubs.c b/Xext/dpmsstubs.c
index 9f99a2d22..0f59d5160 100644
--- a/Xext/dpmsstubs.c
+++ b/Xext/dpmsstubs.c
@@ -26,8 +26,6 @@ Equipment Corporation.
******************************************************************/
-typedef int Bool;
-
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
@@ -46,7 +44,7 @@ int DPMSGet(int *plevel)
return -1;
}
-void DPMSSet(int level)
+int DPMSSet(ClientPtr client, int level)
{
-
+ return Success;
}