USER32: add comment about CLIPBOARD_SetClipboardOwner

Mike McCormack mike at codeweavers.com
Mon Jan 3 03:05:42 CST 2005


ChangeLog:
<ulrich at codeweavers.com>
* add comment about CLIPBOARD_SetClipboardOwner
-------------- next part --------------
Index: windows/clipboard.c
===================================================================
RCS file: /home/wine/wine/windows/clipboard.c,v
retrieving revision 1.64
diff -u -r1.64 clipboard.c
--- windows/clipboard.c	8 Dec 2004 18:06:14 -0000	1.64
+++ windows/clipboard.c	3 Jan 2005 09:04:51 -0000
@@ -77,6 +77,9 @@
 
 /**************************************************************************
  *                      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)
 {


More information about the wine-patches mailing list