mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +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;
|
BOOLEAN WasVisible;
|
||||||
UINT Swp = 0, EventMsg = 0;
|
UINT Swp = 0, EventMsg = 0;
|
||||||
RECTL NewPos;
|
RECTL NewPos = {0, 0, 0, 0};
|
||||||
BOOLEAN ShowFlag;
|
BOOLEAN ShowFlag;
|
||||||
LONG style;
|
LONG style;
|
||||||
PWND Parent;
|
PWND Parent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue