Add comment about CLIPBOARD_SetClipboardOwner.
This commit is contained in:
parent
bedc52ae71
commit
8fef09f451
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue