lcl: formatting

git-svn-id: trunk@38741 -
This commit is contained in:
paul 2012-09-19 01:16:39 +00:00
parent 0cf8665e4c
commit 43c1ff001c

View File

@ -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);