LCL-CustomDrawn: Fixes compilation in Mac OS X

git-svn-id: trunk@36554 -
This commit is contained in:
sekelsenmat 2012-04-04 06:58:14 +00:00
parent 4e9c1da0e6
commit d645281057

View File

@ -2612,7 +2612,7 @@ begin
Result := NULLREGION;
if lpRect <> nil then
lpRect^ := Rect(0,0,0,0);
lpRect^ := Types.Rect(0,0,0,0);
if DC = 0 then DC := HDC(ScreenDC);
@ -2629,7 +2629,7 @@ begin
if lClipRegion = nil then
begin
Result := NULLREGION;
lpRect^ := Bounds(0, 0, LazDC.Width, LazDC.Height);
lpRect^ := Types.Bounds(0, 0, LazDC.Width, LazDC.Height);
end
else
begin