mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[win32k]
- Initialize NewPos before using it in co_WinPosShowWindow svn path=/trunk/; revision=58436
This commit is contained in:
parent
c58d8a18b1
commit
cf181301af
1 changed files with 1 additions and 1 deletions
|
@ -2023,7 +2023,7 @@ co_WinPosShowWindow(PWND Wnd, INT Cmd)
|
|||
{
|
||||
BOOLEAN WasVisible;
|
||||
UINT Swp = 0, EventMsg = 0;
|
||||
RECTL NewPos;
|
||||
RECTL NewPos = {0, 0, 0, 0};
|
||||
BOOLEAN ShowFlag;
|
||||
LONG style;
|
||||
PWND Parent;
|
||||
|
|
Loading…
Reference in a new issue