wine/ windows/nonclient.c server/user.h server ...

Alexandre Julliard julliard at winehq.org
Thu Feb 3 10:40:20 CST 2005


ChangeSet ID:	15919
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/02/03 10:40:20

Modified files:
	windows        : nonclient.c 
	server         : user.h trace.c thread.c queue.c protocol.def 
	                 hook.c 
	include/wine   : server_protocol.h 
	dlls/x11drv    : window.c 
	dlls/user/tests: msg.c 
	dlls/user      : message.c hook.c 
	dlls/ttydrv    : wnd.c 

Log message:
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Add support for winevent hooks.

Patch: http://cvs.winehq.org/patch.py?id=15919

Old revision  New revision  Changes     Path
 1.131         1.132         +1 -1       wine/windows/nonclient.c
 1.25          1.26          +5 -0       wine/server/user.h
 1.222         1.223         +17 -3      wine/server/trace.c
 1.104         1.105         +1 -1       wine/server/thread.c
 1.46          1.47          +43 -0      wine/server/queue.c
 1.116         1.117         +16 -1      wine/server/protocol.def
 1.11          1.12          +101 -23    wine/server/hook.c
 1.117         1.118         +17 -2      wine/include/wine/server_protocol.h
 1.95          1.96          +2 -0       wine/dlls/x11drv/window.c
 1.66          1.67          +17 -12     wine/dlls/user/tests/msg.c
 1.61          1.62          +53 -1      wine/dlls/user/message.c
 1.16          1.17          +248 -38    wine/dlls/user/hook.c
 1.39          1.40          +1 -0       wine/dlls/ttydrv/wnd.c




More information about the wine-cvs mailing list