On Tue Feb 21 17:03:16 2023 +0000, Paul Gofman wrote:
Do I understand correctly that you mean replacing wait_message() only for PeekMessage() usage and existing driver's pMsgWaitForMultipleObjectsEx stays the same?
I guess not and the idea is to move all the other logic to win32u, but current logic in wineandroid.drv is a bit different (there is an extra process_message after wait in winex11 / winemac). Do you know if that is on purpose or we can just use the same logic? Unfrotunately I don't have a setup to do any tests for wineandroid.