wine/ server/trace.c server/queue.c server/pro ...

Alexandre Julliard julliard at winehq.org
Mon Nov 29 12:08:19 CST 2004


ChangeSet ID:	14601
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/11/29 12:08:19

Modified files:
	server         : trace.c queue.c protocol.def 
	include/wine   : server_protocol.h 

Log message:
	Converted the timer list to use standard list functions.
	Allocate a timer id when the window is 0 instead of relying on the
	client to do it.
	Allow setting timers on windows belonging to other threads (found by
	Mike McCormack).

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

Old revision  New revision  Changes     Path
 1.214         1.215         +6 -1       wine/server/trace.c
 1.45          1.46          +146 -83    wine/server/queue.c
 1.110         1.111         +2 -0       wine/server/protocol.def
 1.111         1.112         +2 -1       wine/include/wine/server_protocol.h




More information about the wine-cvs mailing list