ChangeSet ID: 17169 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/20 08:03:59
Modified files: server : trace.c queue.c protocol.def include/wine : server_protocol.h dlls/user : message.c
Log message: Allow nested hardware message processing by storing a unique id in every message and using it to manage the current queue position. Better filtering of hardware messages to avoid returning messages that have no chance to match the filter.
Patch: http://cvs.winehq.org/patch.py?id=17169
Old revision New revision Changes Path 1.233 1.234 +3 -1 wine/server/trace.c 1.57 1.58 +99 -82 wine/server/queue.c 1.129 1.130 +3 -1 wine/server/protocol.def 1.130 1.131 +4 -2 wine/include/wine/server_protocol.h 1.75 1.76 +18 -17 wine/dlls/user/message.c