mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
- Finish callback for WH_KEYBOARD.
svn path=/trunk/; revision=34764
This commit is contained in:
parent
eb40678d1d
commit
fc15d06386
1 changed files with 2 additions and 1 deletions
|
@ -387,8 +387,9 @@ co_IntCallHookProc(INT HookId,
|
||||||
case WH_GETMESSAGE:
|
case WH_GETMESSAGE:
|
||||||
ArgumentLength += sizeof(MSG);
|
ArgumentLength += sizeof(MSG);
|
||||||
break;
|
break;
|
||||||
|
case WH_KEYBOARD:
|
||||||
// case WH_SHELL:
|
// case WH_SHELL:
|
||||||
// break;
|
break;
|
||||||
default:
|
default:
|
||||||
DPRINT1("Trying to call unsupported window hook %d\n", HookId);
|
DPRINT1("Trying to call unsupported window hook %d\n", HookId);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue