aboutsummaryrefslogtreecommitdiffstats
path: root/vxd_svga.h
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_svga.h
parent053673efe6ea7d8bc19c45504ce9822c6145cf2c (diff)
downloadvmdisp9x-e04537c2481cfdf3537c9e108fb8632181151d2c.tar.gz
eliminate PAGECONTIG, TLB flush when _PageAllocate
Diffstat (limited to 'vxd_svga.h')
-rw-r--r--vxd_svga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vxd_svga.h b/vxd_svga.h
index d9c767d..aa168bf 100644
--- a/vxd_svga.h
+++ b/vxd_svga.h
@@ -22,7 +22,7 @@ SVGA_DB_surface_t *SVGA_GetSurfaceInfo(DWORD sid);
#define ST_16BPP 1
#define ST_CURSOR 2
-#define ST_CURSOR_HIDEABLE 3
+#define ST_CURSOR_HIDEABLE 4
BOOL st_useable(DWORD bpp);
@@ -33,6 +33,6 @@ BOOL SVGA_mouse_hw();
BOOL SVGA_mouse_load();
void SVGA_mouse_move(int x, int y);
void SVGA_mouse_show();
-void SVGA_mouse_hide();
+void SVGA_mouse_hide(BOOL invalidate);
#endif /* __VXD_SVGA_H__INCLUDED__ */