- Initialize rectangle to all zero's. See CORE-13582.

svn path=/trunk/; revision=75400
This commit is contained in:
James Tabor 2017-07-24 23:48:08 +00:00
parent b0469b9227
commit 65e31a0c41

View file

@ -146,7 +146,7 @@ DceSetDrawable( PWND Window OPTIONAL,
ULONG Flags,
BOOL SetClipOrigin)
{
RECTL rect;
RECTL rect = {0,0,0,0};
if (Window)
{