summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2020-01-04 12:07:14 -0600
committerKevin Brace <kevinbrace@gmx.com>2020-01-04 12:07:14 -0600
commit3b447fe373960bdbd700462411f6817c1007eee5 (patch)
tree9232356c2bc0c257d50874d57dd7f5dbf4ecdde9 /src
parent4ca942db8829a7a654860c495d81bd1582cf63bf (diff)
Invoke xf86SetSilkenMouse() from VIAScreenInit()
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
Diffstat (limited to 'src')
-rw-r--r--src/via_driver.c3
1 files changed, 1 insertions, 2 deletions
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);