Implementation of User32.PrintWindow - Try 2

2009-06-05 Thread Josselin Bardet
Hi Second proposition patch for User32.PrintWindows Regards Jos >From f394515fe29a82c28d920757a7cc53b039d281a8 Mon Sep 17 00:00:00 2001 From: Josselin Bardet Date: Fri, 5 Jun 2009 16:24:17 +0200 Subject: Implementation of User32.PrintWindow (bug #18772) --- dlls/user32/painting.c |

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
>From 8be8f14c3bf4041661ca1057d72fd48caa14ea50 Mon Sep 17 00:00:00 2001 From: Josselin Bardet Date: Thu, 4 Jun 2009 20:01:16 +0200 Subject: Implementation of User32.PrintWindow (bug #18772) --- dlls/user32/painting.c | 11 +++ dlls/user32/user32.spec |2 +- 2 files changed, 12 insertions(+), 1 d

Implementation of the User32.PrintWindow

2009-06-04 Thread Josselin Bardet
>From 8be8f14c3bf4041661ca1057d72fd48caa14ea50 Mon Sep 17 00:00:00 2001 From: Josselin Bardet Date: Thu, 4 Jun 2009 20:01:16 +0200 Subject: Implementation of User32.PrintWindow (bug #18772) --- dlls/user32/painting.c | 11 +++ dlls/user32/user32.spec |2 +- 2 files changed, 12 insertions(+), 1 deletions(