mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 18:02:13 +02:00
opengl: fixed compilation
git-svn-id: trunk@49683 -
This commit is contained in:
parent
c878fabaf2
commit
8b765384f1
@ -59,6 +59,7 @@ end;"/>
|
|||||||
</Item5>
|
</Item5>
|
||||||
<Item6>
|
<Item6>
|
||||||
<Filename Value="glcocoanscontext.pas"/>
|
<Filename Value="glcocoanscontext.pas"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="GLCocoaNSContext"/>
|
<UnitName Value="GLCocoaNSContext"/>
|
||||||
</Item6>
|
</Item6>
|
||||||
</Files>
|
</Files>
|
||||||
|
@ -7,7 +7,7 @@ unit LazOpenGLContext;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
OpenGLContext, GLCocoaNSContext, LazarusPackageIntf;
|
OpenGLContext, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user