mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Bug 1376, patch from SuperTrax at gmx dot de
if a Window was showed normaly, GetWindowPlacement never returned a showCmd. svn path=/trunk/; revision=21543
This commit is contained in:
@@ -3676,7 +3676,7 @@ NtUserGetWindowPlacement(HWND hWnd,
|
||||
{
|
||||
Safepl.showCmd = SW_MINIMIZE;
|
||||
}
|
||||
else if (0 != (Window->Style & WS_MINIMIZE))
|
||||
else if (0 != (Window->Style & WS_VISIBLE))
|
||||
{
|
||||
Safepl.showCmd = SW_SHOWNORMAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user