xf86-video-nv: configure.ac src/compat-api.h

Dave Airlie airlied at kemper.freedesktop.org
Mon Jul 16 23:47:11 PDT 2012


 configure.ac     |    2 +-
 src/compat-api.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 86e83109d6309455e505d636e7760942177b1519
Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jul 17 16:05:09 2012 +1000

    xf86-video-nv: bump to version 2.1.19
    
    Signed-off-by: Dave Airlie <airlied at redhat.com>

diff --git a/configure.ac b/configure.ac
index 05d34f9..e201b12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-nv],
-        [2.1.18],
+        [2.1.19],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         [xf86-video-nv])
 AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/src/compat-api.h b/src/compat-api.h
index 98ba435..0a87cf5 100644
--- a/src/compat-api.h
+++ b/src/compat-api.h
@@ -46,7 +46,7 @@
 #define SCREEN_ARG_TYPE int
 #define SCREEN_PTR(arg1) ScreenPtr pScreen = screenInfo.screens[(arg1)]
 
-#define SCREEN_INIT_ARGS_DECL int i, ScreenPtr pScreen, int argc, char **argv
+#define SCREEN_INIT_ARGS_DECL int scrnIndex, ScreenPtr pScreen, int argc, char **argv
 
 #define BLOCKHANDLER_ARGS_DECL int arg, pointer blockData, pointer pTimeout, pointer pReadmask
 #define BLOCKHANDLER_ARGS arg, blockData, pTimeout, pReadmask


More information about the xorg-commit mailing list