xf86-video-nv: 2 commits - configure.ac src/g80_output.c src/g80_type.h

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Jan 25 19:04:41 PST 2008


 configure.ac     |    2 +-
 src/g80_output.c |    2 +-
 src/g80_type.h   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f8b24e5c729c9d3321282b065f4ef79b177f928d
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Jan 25 18:23:48 2008 -0800

    Bump to 2.1.7.

diff --git a/configure.ac b/configure.ac
index 49a0679..f2a92d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.1.6,
+        2.1.7,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
commit d2367140ad1fe96bce5e780332d21999e5aa31bf
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Jan 25 18:15:12 2008 -0800

    Fix warning.

diff --git a/src/g80_output.c b/src/g80_output.c
index 53c0954..d2ea9ee 100644
--- a/src/g80_output.c
+++ b/src/g80_output.c
@@ -32,7 +32,7 @@
 #include "g80_display.h"
 #include "g80_output.h"
 
-static CARD32 G80FindLoadVal(const unsigned char *table1)
+static unsigned G80FindLoadVal(const unsigned char *table1)
 {
     const unsigned char *p = table1;
     int count;
diff --git a/src/g80_type.h b/src/g80_type.h
index fc31085..5f4ee08 100644
--- a/src/g80_type.h
+++ b/src/g80_type.h
@@ -56,7 +56,7 @@ typedef struct G80Rec {
         Bool            present;
         ORNum           or;
     } lvds;
-    CARD32              loadVal;
+    unsigned            loadVal;
 
     xf86Int10InfoPtr    int10;
     int                 int10Mode; /* Console mode to restore */


More information about the xorg-commit mailing list