Commit 8fef09f4 authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

Add comment about CLIPBOARD_SetClipboardOwner.

parent bedc52ae
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment