mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
lcl: formatting
git-svn-id: trunk@38741 -
This commit is contained in:
parent
0cf8665e4c
commit
43c1ff001c
@ -856,10 +856,9 @@ begin
|
|||||||
Result := False;
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TWidgetSet.ExtSelectClipRGN(dc: hdc; rgn: hrgn; Mode: Longint
|
function TWidgetSet.ExtSelectClipRGN(dc: hdc; rgn: hrgn; Mode: Longint): Integer;
|
||||||
): Integer;
|
|
||||||
var
|
var
|
||||||
OldC, Clip : hRGN;
|
OldC, Clip: hRGN;
|
||||||
begin
|
begin
|
||||||
OldC := CreateEmptyRegion;
|
OldC := CreateEmptyRegion;
|
||||||
GetClipRGN(DC, OldC);
|
GetClipRGN(DC, OldC);
|
||||||
|
Loading…
Reference in New Issue
Block a user