Module: wine Branch: master Commit: 6ad9c443891a61f5a9f2b613e5d29c5d5f3d1401 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6ad9c443891a61f5a9f2b613e5...
Author: Alexander Scott-Johns alexander.scott.johns@googlemail.com Date: Wed Oct 7 14:30:19 2009 +0100
user32: Add missing doc comment.
---
dlls/user32/clipboard.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/user32/clipboard.c b/dlls/user32/clipboard.c index c69d0c3..860e73f 100644 --- a/dlls/user32/clipboard.c +++ b/dlls/user32/clipboard.c @@ -188,6 +188,9 @@ static BOOL CLIPBOARD_CloseClipboard(void) return bRet; }
+/************************************************************************** + * CLIPBOARD_SetClipboardViewer + */ static HWND CLIPBOARD_SetClipboardViewer( HWND hWnd ) { HWND hwndPrev = 0;