wine/ windows/message.c windows/input.c server ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 7 18:27:59 CST 2003


ChangeSet ID:	6948
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/07 18:27:59

Modified files:
	windows        : message.c input.c 
	server         : window.c user.h queue.c protocol.def 
	include/wine   : server_protocol.h 
	dlls/user      : message.c 

Log message:
	Store the hardware messages in the thread input structure, not in the
	thread queue. Get rid of the cooked messages queue.

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

Old revision  New revision  Changes     Path
 1.150         1.151         +16 -24     wine/windows/message.c
 1.89          1.90          +11 -10     wine/windows/input.c
 1.20          1.21          +40 -0      wine/server/window.c
 1.12          1.13          +1 -0       wine/server/user.h
 1.31          1.32          +260 -126   wine/server/queue.c
 1.53          1.54          +1 -3       wine/server/protocol.def
 1.52          1.53          +2 -4       wine/include/wine/server_protocol.h
 1.31          1.32          +35 -12     wine/dlls/user/message.c




More information about the wine-cvs mailing list