[PATCH 2/2] user32: Check for PeekMessage failure in MENU_SuspendPopup.

Alexandre Julliard julliard at winehq.org
Tue Nov 8 12:18:36 CST 2016


Alex Henrie <alexhenrie24 at gmail.com> writes:

> Fixes https://bugs.winehq.org/show_bug.cgi?id=41508
>
> The entire MENU_SuspendPopup function is just an optimization to try to
> improve performance if the left or right arrow key is held down. If the
> next message is not recognized, it should be processed and removed
> normally, without optimization.

Probably what you want is to add handling of WM_SYSKEYDOWN instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list