[Insight-users] "Bug" in vtkFlRenderWindowInteractor.cxx

Jahn Otto Næsgaard Andersen Jahn.O.Andersen@unimed.sintef.no
Wed, 9 Oct 2002 10:47:18 +0200


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