md houssy wrote:
> I am using a Fl_Gl_Window and I want to set an image to the
> background ! the Fl_Tiled_Image does not return anything !


If it's a GL window, you need to do all drawing in that context via GL 
calls - fltk drawing into a GL context doesn't work (or at least, not 
reliably!) This is covered in the docs, of course.

So you need to draw your window background using the appropriate GL 
specific calls for the chosen visual (and the image source, of course.)

If you don't know GL, then a little time with google, or maybe browsing 
around the NeHe stuff, will probably find you what you need,




_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to