[Bug 18772] Missing User32.PrintWindow implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 4 16:12:28 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18772





--- Comment #12 from Nikolay Sivov <bunglehead at gmail.com>  2009-06-04 16:12:28 ---
(In reply to comment #11)
> There may not be as many responses, but bugzilla is meant to be used for bug
> discussion, e.g., patches (user support, etc. is not meant to be here, of
> course).

Ok, I don't even see it in list, maybe sender should subscribe first.

Obvious problems are:

-  'return ();' should lose brackets here;
-  SendMessageW should be used;
-  flags are ignored but I think PW_CLIENTONLY could be mapped to PRF_CLIENT
here,
   if you still want to ignore flags for some reason you should place FIXME;
-  ideal way is to add test for this if it really uses WM_PRINT. If it does
   it easy to test for WM_PRINT flags then.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list