mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* PURPOSE: Clipboard routines
|
* PURPOSE: Clipboard routines
|
||||||
* FILE: subsys/win32k/ntuser/clipboard.c
|
* FILE: win32ss/user/ntuser/clipboard.c
|
||||||
* PROGRAMER: Filip Navara <xnavara@volny.cz>
|
* PROGRAMER: Filip Navara <xnavara@volny.cz>
|
||||||
* Pablo Borobia <pborobia@gmail.com>
|
* Pablo Borobia <pborobia@gmail.com>
|
||||||
* Rafal Harabien <rafalh@reactos.org>
|
* Rafal Harabien <rafalh@reactos.org>
|
||||||
|
@ -622,7 +622,7 @@ UserEmptyClipboard(VOID)
|
||||||
|
|
||||||
if (pWinStaObj->spwndClipOwner)
|
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);
|
co_IntSendMessageNoWait(pWinStaObj->spwndClipOwner->head.h, WM_DESTROYCLIPBOARD, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue