server: Don't drop mouse messages that should go to a different thread input.
commit93938ebe5eecf0ad6be5bed1772dfcdf778cd56c
authorAlexandre Julliard <julliard@winehq.org>
Thu, 8 Nov 2007 12:53:26 +0000 (8 13:53 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Nov 2007 12:53:26 +0000 (8 13:53 +0100)
tree930bc7720296d85ca0d52024a26df32f4f425256
parentb0c9e753d512ccb29d53f8b5e2e8635ca35b930c
server: Don't drop mouse messages that should go to a different thread input.

Instead requeue them into the proper destination queue. Reported by
Ulrich Czekalla.
server/queue.c