Skip to content

Commit

Permalink
Merge pull request #69 from chaosddp/master
Browse files Browse the repository at this point in the history
Fix maximized issue #27
  • Loading branch information
subsoap authored Feb 27, 2018
2 parents 393e124 + 3ec6f99 commit d7865a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defos/src/defos_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit d7865a6

Please sign in to comment.