aboutsummaryrefslogtreecommitdiffstats
path: root/vxd_mouse.c
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2024-07-05 00:52:28 +0200
committerJaroslav Hensl <jara@hensl.cz>2024-07-05 00:52:28 +0200
commite04537c2481cfdf3537c9e108fb8632181151d2c (patch)
tree78461a8cddbbb760e3330b51195929bd78c7ab4a /vxd_mouse.c
parent053673efe6ea7d8bc19c45504ce9822c6145cf2c (diff)
downloadvmdisp9x-e04537c2481cfdf3537c9e108fb8632181151d2c.tar.gz
eliminate PAGECONTIG, TLB flush when _PageAllocate
Diffstat (limited to 'vxd_mouse.c')
-rw-r--r--vxd_mouse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vxd_mouse.c b/vxd_mouse.c
index ea4de37..6c11747 100644
--- a/vxd_mouse.c
+++ b/vxd_mouse.c
@@ -244,7 +244,7 @@ void mouse_hide()
#ifdef SVGA
if(SVGA_mouse_hw())
{
- SVGA_mouse_hide();
+ SVGA_mouse_hide(FALSE);
return;
}
#endif
@@ -261,7 +261,7 @@ void mouse_invalidate()
#ifdef SVGA
if(SVGA_mouse_hw())
{
- SVGA_mouse_hide();
+ SVGA_mouse_hide(TRUE);
return;
}
#endif