[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11proto-xf86dga: Changes to 'upstream-unstable'



 .gitignore   |    1 +
 configure.ac |    2 +-
 xf86dga1.h   |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 53ab87dc609be976eec50ed77e3f4fd77a7852e9
Author: Eric Anholt <eric@anholt.net>
Date:   Wed Sep 5 10:11:35 2007 -0700

    Bump version to 2.0.3.

diff --git a/configure.ac b/configure.ac
index 6816175..5a381a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([XF86DGAProto], [2.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XF86DGAProto], [2.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION

commit d6cb2298d6eac2c15640d5b6348335a47969a761
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:54:27 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index b7be9a8..cc5861d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ configure
 install-sh
 missing
 xf86dgaproto.pc
+*~

commit 2d2ceea793a6046e088fa86644fdb887265b71e3
Author: Wang Zhenyu <zhenyu.z.wang@intel.com>
Date:   Wed Apr 18 09:39:46 2007 +0800

    Fix sign extension bug on x86_64 system
    
    Noted in libXxf86dga commit. Force base addr to be unsigned int.

diff --git a/xf86dga1.h b/xf86dga1.h
index 4f45e74..fffcce1 100644
--- a/xf86dga1.h
+++ b/xf86dga1.h
@@ -57,7 +57,7 @@ Bool XF86DGAQueryExtension(
 Status XF86DGAGetVideoLL(
     Display*			/* dpy */,
     int				/* screen */,
-    int *			/* base addr */,
+    unsigned int *		/* base addr */,
     int *			/* width */,
     int *			/* bank_size */,
     int *			/* ram_size */ 



Reply to: