Fltk

Is SDL compatible with the Fast Light ToolKit? In this case, does it
remain fully portble beetween platforms?
thanks–
Gabriel Maldonado

http://web.tiscalinet.it/G-Maldonado

Is SDL compatible with the Fast Light ToolKit? In this case, does it
remain fully portble beetween platforms?
thanks

SDL’s current cooperation model with other toolkits is the slightly
Neanderthal way of passing an X11 window ID in the SDL_WINDOWID variable
which then SDL tries to use rather than using its own window. This works
with GTK, and I suspect FLTK can do it as well. This is X11-specific, of
course.

An alternative would be to pass SDL’s window id to FLTK, if it can make
use of it. Most of this might be unchartered territory so please share
what you find.