[Bug 1320] WM_PRINTCLIENT on textbox does not work

Wine Bugs wine-bugs at winehq.com
Sun Jun 22 09:29:51 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1320





------- Additional Comments From fsteinel at flonet.net  2003-22-06 09:29 -------
Bug comments restored from Gmane.org: 
 
The internal GUI engine of Jade does complete top down drawing of a window and
all its children in the same pass. To draw a textbox, the following logic is called:

::SetViewportOrgEx(hdc, rect.left, rect.top, NULL);
::SendMessage(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, PRF_CLIENT | PRF_ERASEBKGND);

Under Wine, this does not produce any visible output.


------- Additional Comments From mike <at> theoretic.com  2003-03-30 15:32 -------
Can you please produce a test case for this behaviour, or make available your
application for testing?

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list