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

[STR New]

Link: http://www.fltk.org/str.php?L2580
Version: 1.3-current


Could you also try adding this statement
    got_events = 1;

after line 656 of file src/Fl_cocoa.mm
to obtain:
  if (event != nil) {
    got_events = 1;
    [NSApp sendEvent:event]; // reimplemented in [FLApplication
sendevent:]
  }

and tell me what happens ?


Link: http://www.fltk.org/str.php?L2580
Version: 1.3-current

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

Reply via email to