mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Implement ValidateRect.
svn path=/trunk/; revision=16746
This commit is contained in:
parent
cdfdfa0b8b
commit
1d059a1ddf
1 changed files with 2 additions and 3 deletions
|
@ -227,7 +227,7 @@ UpdateWindow(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
|
@ -235,8 +235,7 @@ ValidateRect(
|
|||
HWND hWnd,
|
||||
CONST RECT *lpRect)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
return RedrawWindow(hWnd, lpRect, 0, RDW_VALIDATE);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue