Cygwin/X: update to use standard DPMS stubs

Bring Cygwin/X up to date with DPMS API changes by using the standard stubs

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon TURNEY 2008-11-02 18:27:15 +00:00
parent 2850f26bb2
commit 92082a0a00
2 changed files with 1 additions and 17 deletions

View File

@ -1120,20 +1120,3 @@ winCheckDisplayNumber ()
return TRUE;
}
#ifdef DPMSExtension
Bool DPMSSupported(void)
{
return FALSE;
}
void DPMSSet(int level)
{
return;
}
int DPMSGet(int *plevel)
{
return 0;
}
#endif

View File

@ -120,6 +120,7 @@ SRCS = InitInput.c \
winresource.h \
winwindow.h \
XWin.rc \
$(top_srcdir)/Xext/dpmsstubs.c \
$(top_srcdir)/Xi/stubs.c \
$(top_srcdir)/mi/miinitext.c \
$(top_srcdir)/fb/fbcmap_mi.c \