user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.

This commit is contained in:
Dmitry Timoshkov 2009-07-22 15:22:35 +09:00 committed by Alexandre Julliard
parent 108a930e67
commit 19e4cfd003
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static void DEFWND_Print( HWND hwnd, HDC hdc, ULONG uFlags)
* Client area
*/
if ( uFlags & PRF_CLIENT)
SendMessageW(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, PRF_CLIENT);
SendMessageW(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, uFlags);
}