From 8fef09f451d6d15358a6cd550895b12bc237e73e Mon Sep 17 00:00:00 2001 From: Ulrich Czekalla Date: Mon, 3 Jan 2005 14:47:33 +0000 Subject: [PATCH] Add comment about CLIPBOARD_SetClipboardOwner. --- windows/clipboard.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/clipboard.c b/windows/clipboard.c index dd06c9d3501..a5d1431ca4d 100644 --- a/windows/clipboard.c +++ b/windows/clipboard.c @@ -77,6 +77,9 @@ static BOOL bCBHasChanged = FALSE; /************************************************************************** * CLIPBOARD_SetClipboardOwner + * + * Set the global wineserver clipboard owner. The current process will + * be the owner and will get the render notifications. */ BOOL CLIPBOARD_SetClipboardOwner(HWND hWnd) { -- 2.11.4.GIT