diff options
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r-- | Xext/dpmsstubs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Xext/dpmsstubs.c b/Xext/dpmsstubs.c index ac1ee352a..bc85c16ca 100644 --- a/Xext/dpmsstubs.c +++ b/Xext/dpmsstubs.c @@ -26,10 +26,12 @@ dealings in this Software without prior written authorization from Digital Equipment Corporation. ******************************************************************/ -/* $XFree86: xc/programs/Xserver/Xext/dpmsstubs.c,v 3.4 2001/01/17 22:13:15 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/Xext/dpmsstubs.c,v 3.5 2003/07/16 01:38:29 dawes Exp $ */ typedef int Bool; +#include "dpmsproc.h" + #define FALSE 0 Bool DPMSSupported(void) @@ -37,7 +39,7 @@ Bool DPMSSupported(void) return FALSE; } -int DPSMGet(int *level) +int DPMSGet(int *plevel) { return -1; } |