[openchrome-devel] xf86-video-openchrome: 2 commits - configure.ac src/via_driver.c
Kevin Brace
kevinbrace at kemper.freedesktop.org
Sat Jan 4 18:08:49 UTC 2020
configure.ac | 2 +-
src/via_driver.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
New commits:
commit eb1a6c6ba959f6b7fcb2f63c3cc0f3348967b8ed
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Sat Jan 4 12:08:22 2020 -0600
Version bumped to 0.6.203
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/configure.ac b/configure.ac
index 7a15105..274e217 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-video-openchrome],
- [0.6.202],
+ [0.6.203],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/openchrome],
[xf86-video-openchrome])
commit 3b447fe373960bdbd700462411f6817c1007eee5
Author: Kevin Brace <kevinbrace at gmx.com>
Date: Sat Jan 4 12:07:14 2020 -0600
Invoke xf86SetSilkenMouse() from VIAScreenInit()
Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
diff --git a/src/via_driver.c b/src/via_driver.c
index ab1062d..6291dea 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -1483,9 +1483,8 @@ VIAScreenInit(SCREEN_INIT_ARGS_DECL)
return FALSE;
xf86SetBackingStore(pScreen);
-#if 0
+
xf86SetSilkenMouse(pScreen);
-#endif
xf86SetBlackWhitePixels(pScreen);
More information about the openchrome-devel
mailing list