mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
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:
parent
2850f26bb2
commit
92082a0a00
2 changed files with 1 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue