MacArthur, Ian (SELEX GALILEO, UK) wrote:

> Not clear what the USE_TRACK_MOUSE stuff is actually meant to do, since
> the mingw build (that does not use it) seems to function just fine...
> Maybe someone else knows?

If activated, it requests from Windows to send a WM_MOUSELEAVE message 
to the window, when the mouse leaves the window. When FLTK gets the 
WM_MOUSELEAVE message, it sends an FL_LEAVE event to the window.

So far, so good. I suspect that this FL_LEAVE event would be erroneously 
propagated to the GL subwindow. Maybe the fix is as easy as to avoid to 
send FL_LEAVE events to subwindows, or something similar.

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

Reply via email to