user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.
This commit is contained in:
parent
108a930e67
commit
19e4cfd003
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue