Add comment about CLIPBOARD_SetClipboardOwner.

oldstable
Ulrich Czekalla 2005-01-03 14:47:33 +00:00 committed by Alexandre Julliard
parent bedc52ae71
commit 8fef09f451
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ static BOOL bCBHasChanged = FALSE;
/**************************************************************************
* CLIPBOARD_SetClipboardOwner
*
* Set the global wineserver clipboard owner. The current process will
* be the owner and <hWnd> will get the render notifications.
*/
BOOL CLIPBOARD_SetClipboardOwner(HWND hWnd)
{