Store a bitmap of active hooks on the client side to try to avoid
authorAlexandre Julliard <julliard@winehq.org>
Wed, 11 May 2005 13:03:15 +0000 (13:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 May 2005 13:03:15 +0000 (13:03 +0000)
commit63342353bcbb64cdaf61a554433be40b27a7d14f
tree89fec1901ac90c7593449cacc3a3c47b44c9aa12
parentea6ecf44ff7215b5a97ed3545376598464aba4f9
Store a bitmap of active hooks on the client side to try to avoid
server calls for hooks that are not set.
dlls/user/hook.c
dlls/user/message.c
dlls/user/user_private.h
include/wine/server_protocol.h
server/hook.c
server/protocol.def
server/queue.c
server/trace.c
server/user.h