wine/ windows/win.c windows/user.c windows/que ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 28 18:41:43 CST 2002


ChangeSet ID:	6064
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/10/28 18:41:43

Modified files:
	windows        : win.c user.c queue.c nonclient.c message.c 
	                 input.c 
	server         : user.h trace.c thread.h thread.c request.h 
	                 protocol.def list.h Makefile.in 
	include/wine   : winuser16.h server_protocol.h 
	include        : user.h queue.h 
	dlls/x11drv    : winpos.c window.c 
	dlls/user      : user_main.c user32.spec user.exe.spec msg16.c 
	                 message.c focus.c Makefile.in 
	dlls/ttydrv    : wnd.c 
Added files:
	server         : hook.c 
	dlls/user      : hook16.c hook.c 
Removed files:
	windows        : hook.c 
	include        : hook.h 

Log message:
	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.

Patch: http://cvs.winehq.com/patch.py?id=6064

Old revision  New revision  Changes     Path
 1.202         1.203         +3 -4       wine/windows/win.c
 1.87          1.88          +1 -2       wine/windows/user.c
 1.93          1.94          +0 -1       wine/windows/queue.c
 1.101         1.102         +0 -1       wine/windows/nonclient.c
 1.146         1.147         +34 -45     wine/windows/message.c
 1.81          1.82          +2 -3       wine/windows/input.c
 1.26          1.27          +6 -16      wine/dlls/ttydrv/wnd.c
 1.10          1.11          +2 -1       wine/server/user.h
 1.143         1.144         +66 -0      wine/server/trace.c
 1.40          1.41          +2 -0       wine/server/thread.h
 1.83          1.84          +3 -0       wine/server/thread.c
 1.77          1.78          +10 -0      wine/server/request.h
 1.48          1.49          +47 -0      wine/server/protocol.def
 1.1           1.2           +28 -0      wine/server/list.h
 1.36          1.37          +1 -0       wine/server/Makefile.in
 1.47          1.48          +90 -1      wine/include/wine/server_protocol.h
 1.43          1.44          +2 -2       wine/include/wine/winuser16.h
 1.46          1.47          +4 -0       wine/include/user.h
 1.40          1.41          +3 -5       wine/include/queue.h
 1.55          1.56          +3 -3       wine/dlls/x11drv/winpos.c
 1.42          1.43          +7 -20      wine/dlls/x11drv/window.c
 1.46          1.47          +1 -3       wine/dlls/user/user_main.c
 1.59          1.60          +1 -3       wine/dlls/user/user32.spec
 1.7           1.8           +2 -2       wine/dlls/user/user.exe.spec
 1.16          1.17          +13 -19     wine/dlls/user/msg16.c
 1.25          1.26          +22 -36     wine/dlls/user/message.c
 1.1           1.2           +6 -11      wine/dlls/user/focus.c
 1.55          1.56          +2 -1       wine/dlls/user/Makefile.in
 Added         1.1           +0 -0       wine/server/hook.c
 Added         1.1           +0 -0       wine/dlls/user/hook16.c
 Added         1.1           +0 -0       wine/dlls/user/hook.c
 1.41          Removed       +0 -0       wine/windows/hook.c
 1.9           Removed       +0 -0       wine/include/hook.h




More information about the wine-cvs mailing list