aboutsummaryrefslogtreecommitdiffstats
path: root/enable.c
diff options
context:
space:
mode:
authorJaroslav Hensl <jara@hensl.cz>2023-05-26 00:11:19 +0200
committerJaroslav Hensl <jara@hensl.cz>2023-05-26 00:11:19 +0200
commit14395d1ce8759ce490beb87c80ddb1f7ed35904f (patch)
tree0d3e72e924dcb248b1eb88cfb8782d34b551d6a9 /enable.c
parentf94e063607454180284f32d88e01e0bc998e460b (diff)
downloadvmdisp9x-14395d1ce8759ce490beb87c80ddb1f7ed35904f.tar.gz
directdraw support (skeleton)
Diffstat (limited to 'enable.c')
-rw-r--r--enable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/enable.c b/enable.c
index 7aa3271..b8d11b1 100644
--- a/enable.c
+++ b/enable.c
@@ -260,6 +260,8 @@ UINT WINAPI __loadds Enable( LPVOID lpDevice, UINT style, LPSTR lpDeviceType,
if( !bReEnabling ) {
HookInt2Fh();
}
+ DDCreateDriverObject(1);
+
wEnabled = 1;
return( 1 );