http://bugs.winehq.org/show_bug.cgi?id=24532
Summary: can't take screenshots (BitBlt and friends) Product: Wine Version: 1.3.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jUrner@arcor.de
Created an attachment (id=30964) --> (http://bugs.winehq.org/attachment.cgi?id=30964) python test case
for my app i used to grab screenshots of other windows without problems. somewhere wine>1.2 it stopped working as expected. screenshots now show black areas as if desktop size was too small. a window placed top/left of the desktop gets grabbed, the more the window is moved to bottom/right the less gets grabbed. reproducable in Qt4 as well. QPixmap::grabWindow() leads to the same result.
attatched a test case (python)
fire up notepad and run the test. a file "test.bmp" should get dumped to current dir containing a screenshot of notepad.