[PATCH v2 1/5] user32: Fix handling of internal messages.

Alexandre Julliard julliard at winehq.org
Fri Mar 24 16:23:58 CDT 2017


Zebediah Figura <z.figura12 at gmail.com> writes:

> This patch adds a new flag and a server reply, allowing GetQueueStatus
> to ignore internal messages, and MsgWaitForMultipleObjects to process
> internal messages until a real sent message is found.

There's a lot of code duplication in there, and adding private flags to
public headers is discouraged. There has to be a better way of doing
this, or else it would need a stronger justification than a couple of
EnableWindow tests.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list