Module: wine Branch: master Commit: 7aaf77a514df071f6229950dfce30b9ee61e3ee5 URL: https://gitlab.winehq.org/wine/wine/-/commit/7aaf77a514df071f6229950dfce30b9...
Author: Connor McAdams cmcadams@codeweavers.com Date: Thu Sep 14 15:07:59 2023 -0400
uiautomationcore: Pass WinEvent data to IProxyProviderWinEventHandler::RespondToWinEvent.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/uiautomationcore/tests/uiautomation.c | 16 +++- dlls/uiautomationcore/uia_classes.idl | 3 + dlls/uiautomationcore/uia_client.c | 44 ++++++++++ dlls/uiautomationcore/uia_event.c | 133 ++++++++++++++++++++++++++++- dlls/uiautomationcore/uia_private.h | 3 + 5 files changed, 192 insertions(+), 7 deletions(-)