mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
@ -235,8 +235,7 @@ ValidateRect(
|
||||||
HWND hWnd,
|
HWND hWnd,
|
||||||
CONST RECT *lpRect)
|
CONST RECT *lpRect)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
return RedrawWindow(hWnd, lpRect, 0, RDW_VALIDATE);
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue