mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 20:56:31 +02:00
AJ: initialize SelectClipRgn Result
git-svn-id: trunk@1949 -
This commit is contained in:
parent
80011be1b2
commit
12db44ae3f
@ -5745,6 +5745,7 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
Function TgtkObject.SelectClipRGN(DC : hDC; RGN : HRGN) : Longint;
|
||||
begin
|
||||
Result := 0;
|
||||
If not IsValidDC(DC) then
|
||||
Result := ERROR;
|
||||
if Result <> ERROR then
|
||||
@ -7478,6 +7479,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.173 2002/10/28 23:25:36 lazarus
|
||||
AJ: initialize SelectClipRgn Result
|
||||
|
||||
Revision 1.172 2002/10/28 18:17:04 lazarus
|
||||
MG: impoved focussing, unfocussing on destroy and fixed unit search
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user