Author: gadamopoulos
Date: Thu May 20 14:25:50 2010
New Revision: 47283
URL:
http://svn.reactos.org/svn/reactos?rev=47283&view=rev
Log:
[win32k]
-Remove an incorrect debug message and silence one
Modified:
trunk/reactos/subsystems/win32/win32k/ntuser/focus.c
trunk/reactos/subsystems/win32/win32k/ntuser/input.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/focus.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/focus.c [iso-8859-1] Thu May 20 14:25:50
2010
@@ -110,7 +110,7 @@
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");
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/input.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/input.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/input.c [iso-8859-1] Thu May 20 14:25:50
2010
@@ -1340,10 +1340,7 @@
/* 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;