mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:21:42 +00:00
[WIN32SS]
Fix trace. svn path=/trunk/; revision=63839
This commit is contained in:
parent
5db0452e0a
commit
2a1a26424e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* PURPOSE: Clipboard routines
|
||||
* FILE: subsys/win32k/ntuser/clipboard.c
|
||||
* FILE: win32ss/user/ntuser/clipboard.c
|
||||
* PROGRAMER: Filip Navara <xnavara@volny.cz>
|
||||
* Pablo Borobia <pborobia@gmail.com>
|
||||
* Rafal Harabien <rafalh@reactos.org>
|
||||
|
@ -622,7 +622,7 @@ UserEmptyClipboard(VOID)
|
|||
|
||||
if (pWinStaObj->spwndClipOwner)
|
||||
{
|
||||
TRACE("Clipboard: WM_DESTROYCLIPBOARD to %p", pWinStaObj->spwndClipOwner->head.h);
|
||||
TRACE("Clipboard: WM_DESTROYCLIPBOARD to %p\n", pWinStaObj->spwndClipOwner->head.h);
|
||||
co_IntSendMessageNoWait(pWinStaObj->spwndClipOwner->head.h, WM_DESTROYCLIPBOARD, 0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue