Re: [PATCH 2/2] user32: Check for PeekMessage failure in MENU_SuspendPopup.
Nov. 8, 2016
12:18 p.m.
Alex Henrie <alexhenrie24(a)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(a)winehq.org
3470
Age (days ago)
3470
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard