wine/ server/trace.c server/request.h server/q ...

Alexandre Julliard julliard at winehq.org
Wed Mar 23 04:33:17 CST 2005


ChangeSet ID:	16806
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/23 04:33:17

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

Log message:
	Create a new server request for accepting hardware messages instead of
	abusing reply_message.
	Allow passing the determined window for a hardware message back to the
	server to have it redispatch the message to the correct thread.

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

Old revision  New revision  Changes     Path
 1.228         1.229         +9 -1       wine/server/trace.c
 1.107         1.108         +2 -0       wine/server/request.h
 1.55          1.56          +40 -17     wine/server/queue.c
 1.123         1.124         +7 -1       wine/server/protocol.def
 1.124         1.125         +17 -2      wine/include/wine/server_protocol.h
 1.71          1.72          +16 -12     wine/dlls/user/message.c




More information about the wine-cvs mailing list