mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 20:40:20 +02:00
+ TRect should refer to the classes one
This commit is contained in:
parent
1d3629b598
commit
f50befd4d3
@ -170,7 +170,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TProcess.SetWindowRect (Value : Trect);
|
Procedure TProcess.SetWindowRect (Value : classes.Trect);
|
||||||
begin
|
begin
|
||||||
With Value do
|
With Value do
|
||||||
begin
|
begin
|
||||||
@ -185,7 +185,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2000-02-15 22:03:38 sg
|
Revision 1.7 2000-03-28 06:44:01 michael
|
||||||
|
+ TRect should refer to the classes one
|
||||||
|
|
||||||
|
Revision 1.6 2000/02/15 22:03:38 sg
|
||||||
* Inserted wrong copyright notice ;) Fixed.
|
* Inserted wrong copyright notice ;) Fixed.
|
||||||
|
|
||||||
Revision 1.5 2000/02/15 21:57:51 sg
|
Revision 1.5 2000/02/15 21:57:51 sg
|
||||||
|
Loading…
Reference in New Issue
Block a user