[Insight-users] "Bug" in vtkFlRenderWindowInteractor.cxx
Luis Ibanez
luis.ibanez@kitware.com
Fri, 11 Oct 2002 15:39:09 -0400
Hi Jahn,
Thanks for pointing out the bug,
... and providing the fix :-)
The change has been made in the CVS repository,
Thanks,
Luis
====================================================
Jahn Otto Næsgaard Andersen wrote:
> There is a small bug in vtkFlRenderWindowInteractor.cxx. As X11 is not
> present on Mac OS X, "fl_display" is not defined in fltk on OS X.
>
> Fixing this is easy: just insert an #ifndef __APPLE__ in addition to
> the #ifndef _WIN32 where fl_display is accessed.
>
>
> Jahn Otto
>
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>