Implementation of the User32.PrintWindow

Nikolay Sivov bunglehead at gmail.com
Fri Jun 5 08:50:32 CDT 2009


Josselin Bardet wrote:
> Nikolay Sivov a écrit :
>> As I already said in bugzilla:
>> - use SendMessageW
>> - add FIXME for unused flags or use them
>> - no need for brackets around SendMessage
>> - add a simple test (if native send this message - you can check it 
>> easily with Spy in Windows)
>>
> Proposed implementation:
> Adding in include/winuser.h
>

>    if (nFlags & PW_CLIENTONLY == 0)    flags |= PRF_NONCLIENT;
It's better to use !(nFlags & PW_CLIENTONLY) for me.

Post updated version anyway.



More information about the wine-devel mailing list