Re: Implementation of the User32.PrintWindow

2009-06-05 Thread Nikolay Sivov
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 impleme

Re: Implementation of the User32.PrintWindow

2009-06-05 Thread Josselin Bardet
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 inclu

Re: Implementation of the User32.PrintWindow

2009-06-05 Thread Josselin Bardet
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) After testing on a real windows, it looks

Implementation of the User32.PrintWindow

2009-06-04 Thread Josselin Bardet
Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos >From 8be8f14c3bf4041661ca10

Re: Implementation of the User32.PrintWindow

2009-06-04 Thread Nikolay Sivov
Josselin Bardet wrote: Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos As I alr

Implementation of the User32.PrintWindow

2009-06-04 Thread Josselin Bardet
Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos >From 8be8f14c3bf4041661ca1057d7