examples: fixed compilation

git-svn-id: trunk@16238 -
This commit is contained in:
mattias 2008-08-25 22:44:21 +00:00
parent 908ad54b8f
commit ce192d3f70
3 changed files with 4 additions and 7 deletions

View File

@ -421,9 +421,9 @@ begin
PrivateShareList:=PGdkGLContextPrivate(sharelist);
if (sharelist<>nil) then
glxcontext := glXCreateContext(dpy, vi, PrivateShareList^.glxcontext,
direct{$ifndef ver2_0}=1{$endif})
direct)
else
glxcontext := glXCreateContext(dpy, vi, nil, direct{$ifndef ver2_0}=1{$endif});
glxcontext := glXCreateContext(dpy, vi, nil, direct);
XFree(vi);
if (glxcontext = nil) then exit;

View File

@ -28,7 +28,7 @@ unit ExampleForm;
interface
uses
Classes, SysUtils, LCLProc, Forms, LResources, Buttons,
Classes, SysUtils, FileUtil, LCLProc, Forms, LResources, Buttons,
StdCtrls, Dialogs, GL, OpenGLContext;
const

View File

@ -45,10 +45,7 @@
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="5"/>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Version Value="8"/>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>