> Hi, I am writing a small problem to implement an algorithm in > graphics. And I inherit Fl_Window to catch mouse click to draw > some circle and lines on it. It works fine, but after I minimizing > my window, those lines never appear, the draw() function I override > is called (since I put some printf inside for debugging; it only > appear after I use mouse to click on the window.
Does the following example code help you? http://www.fltk.org/newsgroups.php?gfltk.general+v:13830 Cheers Duncan _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

