diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-05 21:38:29 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-05 21:38:29 +0000 |
commit | 978f3b496b9951ee8120a0efcc5cd12503e26770 (patch) | |
tree | 4b86774b8a7926866b0dc2ac24dc38f66cdd9c9f /hw/xnest/Init.c | |
parent | 602209990dbbc96b4c5a96e2221a418cf29e613d (diff) |
xc/programs/Xserver/Imakefile
xc/programs/Xserver/hw/xnest/Imakefile
//bugs.freedesktop.org/show_bug.cgi?id=2653) attachment #2020
(https://bugs.freedesktop.org/attachment.cgi?id=2020): Cleanup Xnest
usage of the DPMS dummy stub functions from dpmsstubs.c instead of
using it's own copy of these functions.
Diffstat (limited to 'hw/xnest/Init.c')
-rw-r--r-- | hw/xnest/Init.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index 53c9f73f4..0133ded35 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -160,28 +160,3 @@ void ddxBeforeReset(void) int SelectWaitTime = 10000; /* usec */ #endif -#ifdef DPMSExtension -/************************************************************** - * DPMSSet(), DPMSGet(), DPMSSupported() - * - * stubs - * - ***************************************************************/ - -void -DPMSSet(int level) -{ -} - -int -DPMSGet(int *level) -{ - return -1; -} - -Bool -DPMSSupported() -{ - return FALSE; -} -#endif |