mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NtUser]
- Initialize rectangle to all zero's. See CORE-13582. svn path=/trunk/; revision=75400
This commit is contained in:
parent
b0469b9227
commit
65e31a0c41
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ DceSetDrawable( PWND Window OPTIONAL,
|
|||
ULONG Flags,
|
||||
BOOL SetClipOrigin)
|
||||
{
|
||||
RECTL rect;
|
||||
RECTL rect = {0,0,0,0};
|
||||
|
||||
if (Window)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue