aboutsummaryrefslogtreecommitdiffstats
path: root/vxd_svga.h
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2024-09-23 22:52:54 +0200
committerJaroslav Hensl <jara@hensl.cz>2024-09-23 22:52:54 +0200
commitb5a7e91089671879227f4ce231cd06e9e6a24f18 (patch)
tree393d0286241d1fe3a3c5990ab75797d7fe19f24a /vxd_svga.h
parentc69714384db657e4e1215fad53678c77532d236d (diff)
downloadvmdisp9x-b5a7e91089671879227f4ce231cd06e9e6a24f18.tar.gz
DOS: dont pass calls to DIB/VXD when fullscreen DOS mode is actived
Diffstat (limited to 'vxd_svga.h')
-rw-r--r--vxd_svga.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/vxd_svga.h b/vxd_svga.h
index 911a049..93f525c 100644
--- a/vxd_svga.h
+++ b/vxd_svga.h
@@ -68,4 +68,14 @@ void SVGA_CMB_wait_update();
void mob_cb_alloc();
void *mob_cb_get();
+typedef struct _svga_saved_state_t
+{
+ BOOL enabled;
+ DWORD width;
+ DWORD height;
+ DWORD bpp;
+} svga_saved_state_t;
+
+extern svga_saved_state_t svga_saved_state;
+
#endif /* __VXD_SVGA_H__INCLUDED__ */