Hi,
GLFullScreenViewer doesn't works on Linux. So I copied these files from
GLScene4Lazarus SVN
:
GLContextForLinuxGTK.pas
GLFullScreenViewerForWindows.pas (renamed from gllclfullscreenviewer.pas)
gllingtkcontext.pas
gllinuxcontext.pas
It compiled well on Windows 7 x64. No luck on Ubuntu 9.10 beta: /usr/lib64/lazarus/components/pl_GLScene/Source/Platform/gllingtkcontext.pas(46,60) Error: Identifier not found "HDC"
BTW I think that you can re-use the code of GLScene for Lazarus (
wiki.lazarus.freepascal.org/GLScene#SVN ) to make it full linux-compatible.
Thanks!
PS Please! I need FullScreen on both Win/Linux!