On 10.01.2008, at 06:20, goodwood wrote: > I just wonder if i can read the image of a window (to save it as a > picture) without being affected by other ontop windows? As i > thought, the image always be drawn in a buffer first, probably i can > read it directly from that buffer? Seems the readimage() just read > the pixels from the screen.
No, because ieven in a double buffered window, some areas that are obstructed in the desktop window may be clipped out here as well, for efficiency. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

