I tried to create an application with non rectangular window, in this way myWindow->box(FL_ROUND_UP_BOX); myWindow->border(0);
This window is rounded and then I added two buttons to iconize and to close the application. The program works well, but when another program on the desktop is iconized the window is not redrawed in right way. The area inside the Round box is correctly redrawed, but the zones between this area and the rectangular area of the window are not repainted (they contain the actual background). But if I iconize my program and then deiconize it, it shows right. Any help is appreciate. P.s. The program is under Windows (I don't know if it is the same under Linux) and I use FLTK 1.1.7. Alessandro _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

