the fltk examples demonstrates creating a thread to pump messages for FLTK, which I assume is also what you need to do to get messages from X or to a Qt window
On 4 October 2015 at 21:17, Oleg Bliznuk <[email protected]> wrote: > @Stefan > Thanks for pointing out, that example with qt brings the light here, will > try it out. > > @Luc-Eric > Thanks for the code, i have managed to compile the native xsi example (which > is the motif example from the docs) but it all the time segfaults at the > very begin of motif, perhaps switch to distinct qt win is more easy task > than figuring out what is going on inside of xsi. > > thanks all, > -Oleg

