Rewrote hook support to store the hook chain in the server.
authorAlexandre Julliard <julliard@winehq.org>
Tue, 29 Oct 2002 00:41:42 +0000 (00:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Oct 2002 00:41:42 +0000 (00:41 +0000)
commit0286135de3986c4c8cfac1819b562372ca2633e8
tree023b481b298c30240ccbb5fdb9e523756955354e
parentbdb44555a3a0d2b7a9c5f958a33af28c2c84acf1
Rewrote hook support to store the hook chain in the server.
Split off 16-bit hook functions and re-implemented them on top of the
32-bit ones; system-wide 16-bit hooks are no longer supported at this
point.
33 files changed:
dlls/ttydrv/wnd.c
dlls/user/Makefile.in
dlls/user/focus.c
dlls/user/hook.c [new file with mode: 0644]
dlls/user/hook16.c [new file with mode: 0644]
dlls/user/message.c
dlls/user/msg16.c
dlls/user/user.exe.spec
dlls/user/user32.spec
dlls/user/user_main.c
dlls/x11drv/window.c
dlls/x11drv/winpos.c
include/hook.h [deleted file]
include/queue.h
include/user.h
include/wine/server_protocol.h
include/wine/winuser16.h
server/Makefile.in
server/hook.c [new file with mode: 0644]
server/list.h
server/protocol.def
server/request.h
server/thread.c
server/thread.h
server/trace.c
server/user.h
windows/hook.c [deleted file]
windows/input.c
windows/message.c
windows/nonclient.c
windows/queue.c
windows/user.c
windows/win.c