[Bug 1320] New: - WM_PRINTCLIENT on textbox does not work
http://bugs.winehq.com/show_bug.cgi?id=1320 Summary: WM_PRINTCLIENT on textbox does not work Product: Wine Version: 20030219 Platform: PC OS/Version: Windows NT Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-gui AssignedTo: wine-bugs(a)winehq.com ReportedBy: BDavis(a)JadeWorld.com 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. DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://bugs.winehq.com/show_bug.cgi?id=1320>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
participants (1)
-
wine-bugs@winehq.com