Merge pull request #69 from chaosddp/master

Fix maximized issue #27
master
Brian 2018-02-26 18:06:31 -08:00 committed by GitHub
commit d7865a6b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ void defos_init()
is_cursor_clipped = false;
GetClipCursor(&originalRect); // keep the original clip for restore
original_cursor = GetCursor(); // keep the original cursor
GetWindowPlacement(dmGraphics::GetNativeWindowsHWND(), &placement);
subclass_window();
}