mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 23:22:08 +02:00
TAChart: Fix compilation of OpenGL drawer
git-svn-id: trunk@36914 -
This commit is contained in:
parent
50f4ffe8f5
commit
1bde527646
@ -20,7 +20,8 @@ unit TADrawerOpenGL;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, FPCanvas, FPImage, GL, GLu, Glut, TADrawUtils;
|
Classes, FPCanvas, FPImage, GL, GLu, Glut,
|
||||||
|
TAChartUtils, TADrawUtils;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -72,9 +73,6 @@ type
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
|
||||||
TAChartUtils;
|
|
||||||
|
|
||||||
procedure ChartGLColor(AColor: TFPColor);
|
procedure ChartGLColor(AColor: TFPColor);
|
||||||
begin
|
begin
|
||||||
with AColor do
|
with AColor do
|
||||||
|
Loading…
Reference in New Issue
Block a user