GNOME Bugzilla – Bug 115572
Screenshot from a window overlaped by other is wrong
Last modified: 2004-12-22 21:47:04 UTC
When taking a screenshot from a window only (just now is only possible using alt+Print Screen), it is from the window the cursor is over. If this window is not active, and overlaped by another one, the overlaped area is not taken correctely. --------- | C | ------------ | | XX| | | XX| | | XX|----- | | ------------ When cursor is over C, the screenshot is taken from C, but the area overlaped by the other window (X) is trash.
Created attachment 17655 [details] [review] Patch fixing the overlaped window bug
Thanks Fernando: 2003-07-02 Mark McLoughlin <mark@skynet.ie> Patch from Fernando Herrera in bug #115572. * gnome-panel-screenshot.c: (take_window_shot): fix problem with taking a window screenshot when the window is overlapped by showing the window before taking the shot.