Allow nested hardware message processing by storing a unique id in
commit3e2f2a5265f11e7a8cee57dab90558be1f90b3b7
authorAlexandre Julliard <julliard@winehq.org>
Wed, 20 Apr 2005 13:03:59 +0000 (20 13:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Apr 2005 13:03:59 +0000 (20 13:03 +0000)
tree68e5e77e6f0b0a2dc38b00b9ac8dba08e268b53f
parent27f0f8001eaad34a17f7003012de90618fbb8ed7
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.
dlls/user/message.c
include/wine/server_protocol.h
server/protocol.def
server/queue.c
server/trace.c