Lazy Fox wrote:
> I wrote a widget use Fl_Double_Window, but at the moment it showup there was 
> always X11 background color on it, after 2 second it's clean.
> 
> Why?
> I use 1.3.x, run x11/fltk on arm9.

        Is the fltk-config option for XFT on or off? Try off.

        My guess is it might be getting stuck hunting down fonts.. maybe it 
can't
        find some standard fonts.

        Try using strace to see what it's spending its time doing on startup,
        eg:

                strace ./your_program

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

Reply via email to