Module: wine Branch: master Commit: a97fd9f29e7dbeee2dc06415a34a9f7669ea2e0d URL: https://gitlab.winehq.org/wine/wine/-/commit/a97fd9f29e7dbeee2dc06415a34a9f7...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Feb 21 14:43:39 2023 -0600
win32u: Expose and use ProcessEvents from drivers instead of MsgWaitForMultipleObjectsEx.
---
dlls/win32u/dce.c | 3 +-- dlls/win32u/driver.c | 12 ++++-------- dlls/win32u/input.c | 3 +-- dlls/win32u/message.c | 20 +++++++++++++------- dlls/wineandroid.drv/android.h | 4 +--- dlls/wineandroid.drv/init.c | 2 +- dlls/wineandroid.drv/window.c | 11 ++++------- dlls/winemac.drv/event.c | 27 +++++---------------------- dlls/winemac.drv/gdi.c | 2 +- dlls/winemac.drv/macdrv.h | 4 +--- dlls/winex11.drv/event.c | 25 ++++--------------------- dlls/winex11.drv/init.c | 2 +- dlls/winex11.drv/x11drv.h | 4 +--- include/wine/gdi_driver.h | 2 +- 14 files changed, 39 insertions(+), 82 deletions(-)