user32: Add missing doc comment.

oldstable
Alexander Scott-Johns 2009-10-07 14:30:19 +01:00 committed by Alexandre Julliard
parent 63d77d07dc
commit 6ad9c44389
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ static BOOL CLIPBOARD_CloseClipboard(void)
return bRet;
}
/**************************************************************************
* CLIPBOARD_SetClipboardViewer
*/
static HWND CLIPBOARD_SetClipboardViewer( HWND hWnd )
{
HWND hwndPrev = 0;