mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 12:29:29 +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>
|
||||
<Item6>
|
||||
<Filename Value="glcocoanscontext.pas"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="GLCocoaNSContext"/>
|
||||
</Item6>
|
||||
</Files>
|
||||
|
@ -7,7 +7,7 @@ unit LazOpenGLContext;
|
||||
interface
|
||||
|
||||
uses
|
||||
OpenGLContext, GLCocoaNSContext, LazarusPackageIntf;
|
||||
OpenGLContext, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user