> I am using a glut window and Fl_Gl_Window on a Fl_Window both > the windows (glut and Fl_Gl_Window)being texture mapped with > the same texture image.I have included operations in mouse > handling events of both the windows(glut and Fl_Gl_Window) > but functions which i have included in Fl_Gl_Window works > only when i move the cursor over glut window. > > i guess the problem is with the rendering context but not > sure.. can anyone help
I'd caution against mixing glut with fltk - fltk has it's own built-in implementation of glut, and it may not "play well" if mixed with a "real" glut implementation. Try to use the FL_glut stuf finstead of the real glut, and see if that works better. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

