mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 08:40:38 +02:00
MG: further clientrect bugfixes
git-svn-id: trunk@1020 -
This commit is contained in:
parent
2a3c38e265
commit
bab00f8600
@ -289,7 +289,7 @@ end;
|
||||
|
||||
Function TInterfaceBase.GetWindowOrgEx(dc : hdc; var P : TPoint): Integer;
|
||||
Begin
|
||||
Result := 0;
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
function TInterfaceBase.GetWindowRect(Handle : hwnd; var Rect : TRect): Integer;
|
||||
@ -297,6 +297,14 @@ begin
|
||||
Result := 0;
|
||||
end;
|
||||
|
||||
{$IFDEF ClientRectBugFix}
|
||||
Function TInterfaceBase.GetWindowSize(Handle : hwnd;
|
||||
var Width, Height: integer): boolean;
|
||||
begin
|
||||
Result:=false;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
function TInterfaceBase.HideCaret(hWnd: HWND): Boolean;
|
||||
begin
|
||||
Result := False;
|
||||
@ -543,6 +551,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.27 2002/05/09 12:41:28 lazarus
|
||||
MG: further clientrect bugfixes
|
||||
|
||||
Revision 1.26 2002/03/08 16:16:55 lazarus
|
||||
MG: fixed parser of end blocks in initialization section added label sections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user