Alvin wrote:
> The segfault occurs in:
> Fl_x.cxx:
> int fl_handle(const XEvent& thisevent): line 964.

    While looking at that area of the code, I found this nutty line
    in 1.3-current:

--- snip
      Xutf8TextPropertyToTextList(fl_display,
                                   +              (const 
XTextProperty*)&text_prop, &text_list, &list_count);
--- snip

    That weird little '+' in front of the pointer is
    'compilable' and won't affect operation, but I'm thinking
    it should be removed..
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to