wine/ include/queue.h include/server.h server/ ...

Alexandre Julliard julliard at winehq.com
Wed Jun 27 23:37:23 CDT 2001


ChangeSet ID:	9937030420329098384827375
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/06/28 00:37:23

Modified files:
	include        : queue.h server.h 
	server         : queue.c 
	windows        : input.c message.c queue.c 

Log message:
	- Remove cooked hardware messages when they are dropped (reported by
	Gerard Patel).
	- Convert all posted 32-bit messages to Unicode before storing them in
	the queue.
	- Faster implementation of MSG_IsPointerMessage.
	- Moved a couple of functions from queue.c to message.c.

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

Revision  Changes    Path
 1.29     +0 -17     wine/include/queue.h
 1.98     +3 -3      wine/include/server.h
 1.10     +36 -10    wine/server/queue.c
 1.52     +1 -1      wine/windows/input.c
 1.111    +590 -286  wine/windows/message.c
 1.77     +0 -264    wine/windows/queue.c





More information about the wine-cvs mailing list