On Jun 21, 2007, at 2:35 PM, Owen wrote: > The problem is that this no longer acts as a normal window, there > is no item for it in the window list, alt-tab dosn't get to it etc > etc.
That is intentional. Windows without decoration also have no application icon in the taskbar. You can change this behavior in FLTK 1.1. only by modifying the library (see src/Fl_x.cxx, some line in Fl::make(), starting w/ "if (!border())"...). Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

