mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
MG: fixed unreleased gdiRegions
git-svn-id: trunk@1117 -
This commit is contained in:
parent
352694b6d2
commit
fb79ae6e7f
@ -872,7 +872,7 @@ var
|
||||
Clip, RRGN : hRGN;
|
||||
begin
|
||||
RRGN := CreateRectRgn(Left, Top, Right, Bottom);
|
||||
Clip := CreateRectRGN(0,0,0,0);
|
||||
Clip := CreateRectRgn(0,0,0,0);
|
||||
If GetClipRGN(DC, Clip) < 0 then
|
||||
Result := ExtSelectClipRGN(DC, RRGN, RGN_COPY)
|
||||
else
|
||||
@ -1219,6 +1219,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.41 2002/08/21 10:46:37 lazarus
|
||||
MG: fixed unreleased gdiRegions
|
||||
|
||||
Revision 1.40 2002/08/19 20:34:47 lazarus
|
||||
MG: improved Clipping, TextOut, Polygon functions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user