---
 xserver/hw/xwin/InitOutput.c |   17 -----------------
 xserver/hw/xwin/Makefile.am  |    1 +
 2 files changed, 1 insertion(+), 17 deletions(-)

Index: xorg-git/xserver/hw/xwin/InitOutput.c
===================================================================
--- xorg-git.orig/xserver/hw/xwin/InitOutput.c
+++ xorg-git/xserver/hw/xwin/InitOutput.c
@@ -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
Index: xorg-git/xserver/hw/xwin/Makefile.am
===================================================================
--- xorg-git.orig/xserver/hw/xwin/Makefile.am
+++ xorg-git/xserver/hw/xwin/Makefile.am
@@ -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 \

-- 
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to