aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winkeyhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winkeyhook.c')
-rw-r--r--xorg-server/hw/xwin/winkeyhook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winkeyhook.c b/xorg-server/hw/xwin/winkeyhook.c
index 7f75a563b..e452fa5f7 100644
--- a/xorg-server/hw/xwin/winkeyhook.c
+++ b/xorg-server/hw/xwin/winkeyhook.c
@@ -88,6 +88,7 @@ winKeyboardMessageHookLL (int iCode, WPARAM wParam, LPARAM lParam)
/* Pass keystrokes on to our main message loop */
if (iCode == HC_ACTION)
{
+ winDebug("winKeyboardMessageHook: vkCode: %08x scanCode: %08x\n", p->vkCode, p->scanCode);
switch (wParam)
{