MG: improved Clipping, TextOut, Polygon functions

git-svn-id: trunk@1222 -
This commit is contained in:
lazarus 2002-02-09 01:48:07 +00:00
parent ddc0fecdec
commit 814741f21b

View File

@ -43,7 +43,8 @@ interface
{$endif}
uses
LCLLinux, LCLType, VCLGlobals, Classes, Controls, LMessages, GraphType;
SysUtils, LCLLinux, LCLType, VCLGlobals, Classes, Controls, LMessages,
GraphType, GraphicsMath;
type
@ -80,6 +81,8 @@ type
implementation
Uses StdCtrls;
{$I interfacebase.inc}
@ -91,6 +94,9 @@ end.
{
$Log$
Revision 1.12 2002/08/19 20:34:47 lazarus
MG: improved Clipping, TextOut, Polygon functions
Revision 1.11 2002/05/20 14:19:03 lazarus
MG: activated the clientrect bugfixes