On So, 2017-01-08 at 12:31 +0100, Mattias Gaertner via Lazarus wrote:
> On Sun, 08 Jan 2017 10:43:49 +0100
> Marc Santhoff via Lazarus <lazarus@lists.lazarus-ide.org> wrote:

> > And what do I have to do to make it running, looks like the first step
> > is to define the combination of OS and widgetset and try if it works?
> 
> Yes. See unit openglcontext.
> 
> At the moment it checks for Linux:
> 
> {$IFDEF LCLGTK2}
>   {$IFDEF Linux}
>   ...
> 
> You can try if the Linux implementation works on FreeBSD too:
> 
> {$IFDEF LCLGTK2}
>   {$IF defined(Linux) or defined(FreeBSD)}
>   ...

Will try.

Thanks,
Marc


-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to