mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[win32k]
-Remove an incorrect debug message and silence one svn path=/trunk/; revision=47283
This commit is contained in:
parent
8064ef2967
commit
8576b9c8e0
2 changed files with 2 additions and 5 deletions
|
@ -110,7 +110,7 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate)
|
|||
HANDLE OldTID = IntGetWndThreadId(WindowPrev);
|
||||
HANDLE NewTID = IntGetWndThreadId(Window);
|
||||
|
||||
DPRINT1("SendActiveMessage Old -> %x, New -> %x\n", OldTID, NewTID);
|
||||
DPRINT("SendActiveMessage Old -> %x, New -> %x\n", OldTID, NewTID);
|
||||
if (Window->Wnd->style & WS_MINIMIZE)
|
||||
{
|
||||
DPRINT("Widow was minimized\n");
|
||||
|
|
|
@ -1340,10 +1340,7 @@ IntKeyboardInput(KEYBDINPUT *ki)
|
|||
/* All messages have to contain the cursor point. */
|
||||
pti = PsGetCurrentThreadWin32Thread();
|
||||
Msg.pt = gpsi->ptCursor;
|
||||
|
||||
DPRINT1("Kbd Hook msg %d wParam %d lParam 0x%08x dropped by WH_KEYBOARD_LL hook\n",
|
||||
Msg.message, vk_hook, Msg.lParam);
|
||||
|
||||
|
||||
KbdHookData.vkCode = vk_hook;
|
||||
KbdHookData.scanCode = ki->wScan;
|
||||
KbdHookData.flags = flags >> 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue