mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 05:57:21 +01:00
lcl: formatting
git-svn-id: trunk@28953 -
This commit is contained in:
parent
4ca0bcb56a
commit
fbb6de98da
@ -550,7 +550,7 @@ end;
|
||||
of the Handle object and Right and Bottom will be the screen coordinate of
|
||||
the BottomRight pixel.
|
||||
------------------------------------------------------------------------------}
|
||||
function GetWindowRect(Handle : hwnd; var Rect : TRect): Integer;
|
||||
function GetWindowRect(Handle: hwnd; var Rect: TRect): Integer;
|
||||
begin
|
||||
Result := WidgetSet.GetWindowRect(Handle, Rect);
|
||||
end;
|
||||
@ -560,7 +560,7 @@ end;
|
||||
|
||||
Returns the Width and Height
|
||||
------------------------------------------------------------------------------}
|
||||
function GetWindowSize(Handle : hwnd; var Width, Height: integer): boolean;
|
||||
function GetWindowSize(Handle: hwnd; var Width, Height: integer): boolean;
|
||||
begin
|
||||
Result := WidgetSet.GetWindowSize(Handle, Width, Height);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user