wine/ server/user.h server/trace.c server/queu ...

Alexandre Julliard julliard at winehq.org
Wed May 11 08:03:15 CDT 2005


ChangeSet ID:	17437
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/05/11 08:03:15

Modified files:
	server         : user.h trace.c queue.c protocol.def hook.c 
	include/wine   : server_protocol.h 
	dlls/user      : user_private.h message.c hook.c 

Log message:
	Store a bitmap of active hooks on the client side to try to avoid
	server calls for hooks that are not set.

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

Old revision  New revision  Changes     Path
 1.28          1.29          +1 -0       wine/server/user.h
 1.238         1.239         +10 -2      wine/server/trace.c
 1.61          1.62          +2 -0       wine/server/queue.c
 1.134         1.135         +5 -0       wine/server/protocol.def
 1.13          1.14          +68 -30     wine/server/hook.c
 1.135         1.136         +5 -1       wine/include/wine/server_protocol.h
 1.11          1.12          +2 -1       wine/dlls/user/user_private.h
 1.81          1.82          +1 -0       wine/dlls/user/message.c
 1.20          1.21          +32 -3      wine/dlls/user/hook.c




More information about the wine-cvs mailing list