Skip to content

Commit

Permalink
fix loading window display for certain ??? scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 28, 2018
1 parent 47822b1 commit 83f37ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/LoadingWindow/LoadingWindow_Win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ static HBITMAP LoadWin32Surface(const RageSurface *pSplash, HWND hWnd)
0xFF000000, 0x00FF0000, 0x0000FF00, 0);
RageSurfaceUtils::Blit(pSplash, s, -1, -1);
RECT wrect;
GetWindowRect(hWnd, &wrect);
DwmGetWindowAttribute(hWnd, DWMWA_EXTENDED_FRAME_BOUNDS, &wrect, sizeof(wrect));
RECT rOld;
GetClientRect(hWnd, &rOld);
Expand Down

0 comments on commit 83f37ac

Please sign in to comment.