>Paul, I am trying to use FLTK instead of GTK, but I don't get it to work...
>It crashed inside X11 functions. I have seen this before, and it always
>was related to multithreading and FLTK not being threadsafe, but I don't
>understand how that could be a problem, since I run all fltk stuff in the
>main thread. 
>
>main()
>{
>       ... setup fltk, e.g Fl_Window w(200,200); w.show();
>       laaga_client_t = laaga_open ("myname");
>       ... setup laaga ...
>       laaga_activate (client);
>       Fl::run ();
>       laaga_close (client);
>}
>
>Any suggestions?

send me the client source, and i'll try it out and try to understand
whats going on.

--p

Reply via email to