Module Name: xsrc
Committed By: mrg
Date: Sat May 22 07:25:03 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-nv/dist/src: g80_dac.c g80_sor.c
Log Message:
use new-skool <X11/extensions/dpmsconst.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c \
xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c
diff -u xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c:1.1.1.1 xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c:1.2
--- xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c:1.1.1.1 Sat Aug 2 05:14:16 2008
+++ xsrc/external/mit/xf86-video-nv/dist/src/g80_dac.c Sat May 22 07:25:02 2010
@@ -27,8 +27,7 @@
#include <unistd.h>
-#define DPMS_SERVER
-#include <X11/extensions/dpms.h>
+#include <X11/extensions/dpmsconst.h>
#include <xf86_OSproc.h>
#include "g80_type.h"
Index: xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c
diff -u xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c:1.1.1.1 xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c:1.2
--- xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c:1.1.1.1 Sat Aug 2 05:14:16 2008
+++ xsrc/external/mit/xf86-video-nv/dist/src/g80_sor.c Sat May 22 07:25:02 2010
@@ -25,8 +25,7 @@
#include "config.h"
#endif
-#define DPMS_SERVER
-#include <X11/extensions/dpms.h>
+#include <X11/extensions/dpmsconst.h>
#include <X11/Xatom.h>
#include "g80_type.h"