Create a new server request for accepting hardware messages instead of
commit0bc8377bc2cb9f8705c6a807abca951b120ae353
authorAlexandre Julliard <julliard@winehq.org>
Wed, 23 Mar 2005 10:33:17 +0000 (23 10:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Mar 2005 10:33:17 +0000 (23 10:33 +0000)
treeacc03571db68ce237b6fda52a9aeb34d951e3f83
parentcaec6026e7edc3cfa087e6487a9781881f6a3082
Create a new server request for accepting hardware messages instead of
abusing reply_message.
Allow passing the determined window for a hardware message back to the
server to have it redispatch the message to the correct thread.
dlls/user/message.c
include/wine/server_protocol.h
server/protocol.def
server/queue.c
server/request.h
server/trace.c