DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2260
Version: 1.3-current
Fix Version: 1.3.0 (r7831)


Hmm, seems the problem was re-introduced in r8653
when Manolo commented out Matt's fix with /* */'s:
http://fltk.org/newsgroups.php?s1+gfltk.commit+v1+T+Qr8653

Manolo's comments say this was commented out because:

    "On Mac OS, FL_HIDE is now sent when a window is minimized or the
     application is hidden.
     The context removal on Fl_Gl_Window::handle() destroyed the GL
     colors when the window is remapped."

Perhaps Manolo can weigh in on this, as I'm not familiar with the
problem he was fixing. (I'm not sure what GL colors he's referring to)

Rob: your message re-triggered this reopen: Assuming the issue
Manolo describes above doesn't affect you, perhaps try removing
the /* */'s that r8653 added. So in other words, in the handle()
method of Fl_Gl_Window.cxx:

BEFORE:  /*if (event==FL_HIDE) {
AFTER:   if (event==FL_HIDE) {

BEFORE:  }*/
AFTER:   }


Link: http://www.fltk.org/str.php?L2260
Version: 1.3-current
Fix Version: 1.3.0 (r7831)

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

Reply via email to