mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:49:25 +02:00
LCL-CustomDrawn: Fixes compilation in Mac OS X
git-svn-id: trunk@36554 -
This commit is contained in:
parent
4e9c1da0e6
commit
d645281057
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user