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

[STR New]

Link: http://www.fltk.org/str.php?L2578
Version: 1.3.0


In one of my current Linux configs I get multiple warnings "XOpenIM()
failed" when running FLTK programs. They are triggered whenever
fl_init_xim() is called, and this is not only called on initialization
(which would IMHO be acceptable), but also on each entering the main
window with the mouse cursor (X11: EnterNotify, line #1410 in
src/Fl_x.cxx) and once more in line #871 (fl_handle).

I propose to
 (a) remove the above mentioned warning and related warnings entirely
     (maybe commenting them out), or
 (b) make them appear only once (to let the user know about it), by
     checking a static variable.

Note: currently I don't know why I get the warnings in the first place,
but this is a nice test case anyway. I assume that I would need to install
something but that is not the problem here.


Link: http://www.fltk.org/str.php?L2578
Version: 1.3.0

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

Reply via email to