MG: further clientrect bugfixes

git-svn-id: trunk@1020 -
This commit is contained in:
lazarus 2002-02-09 01:47:39 +00:00
parent 2a3c38e265
commit bab00f8600

View File

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