mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +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;
|
||||
end;
|
||||
|
||||
function TWidgetSet.ExtSelectClipRGN(dc: hdc; rgn: hrgn; Mode: Longint
|
||||
): Integer;
|
||||
function TWidgetSet.ExtSelectClipRGN(dc: hdc; rgn: hrgn; Mode: Longint): Integer;
|
||||
var
|
||||
OldC, Clip : hRGN;
|
||||
OldC, Clip: hRGN;
|
||||
begin
|
||||
OldC := CreateEmptyRegion;
|
||||
GetClipRGN(DC, OldC);
|
||||
|
Loading…
Reference in New Issue
Block a user