mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 11:10:23 +02:00
MG: improved Clipping, TextOut, Polygon functions
git-svn-id: trunk@1222 -
This commit is contained in:
parent
ddc0fecdec
commit
814741f21b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user