aboutsummaryrefslogtreecommitdiffstats
path: root/vxd_svga_st.c
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2024-06-13 10:20:58 +0200
committerJaroslav Hensl <emulator@emulace.cz>2024-06-13 10:20:58 +0200
commit4b02bef1a7b00ca8a392b7fa7ef36d6ad8fd4e88 (patch)
treecc0eab7b3d6d49e5faa8d7860c34476137c6d2f7 /vxd_svga_st.c
parent1280980dd1b1ed8c87c29ea3f95c4c58f844c295 (diff)
downloadvmdisp9x-4b02bef1a7b00ca8a392b7fa7ef36d6ad8fd4e88.tar.gz
accelerated mouse on screen target
Diffstat (limited to 'vxd_svga_st.c')
-rw-r--r--vxd_svga_st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vxd_svga_st.c b/vxd_svga_st.c
index 892f3b0..832cd80 100644
--- a/vxd_svga_st.c
+++ b/vxd_svga_st.c
@@ -117,6 +117,7 @@ void st_defineScreen(DWORD w, DWORD h, DWORD bpp)
stid->height = h;
stid->xRoot = 0;
stid->yRoot = 0;
+ stid->dpi = 96;
submit_cmdbuf(cmdoff, SVGA_CB_SYNC, 0);