Module: wine Branch: master Commit: a5426f6ace6b22ebf794e9e3fcbd2a1a1a24364f URL: https://gitlab.winehq.org/wine/wine/-/commit/a5426f6ace6b22ebf794e9e3fcbd2a1... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Mon May 15 14:12:47 2023 -0400 uiautomationcore: Call IRawElementProviderAdviseEvents methods when events are added or removed. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/tests/uiautomation.c | 30 +++++------ dlls/uiautomationcore/uia_classes.idl | 2 + dlls/uiautomationcore/uia_client.c | 77 ++++++++++++++++++++++++++++ dlls/uiautomationcore/uia_event.c | 82 +++++++++++++++++++++++++----- dlls/uiautomationcore/uia_private.h | 21 ++++++++ 5 files changed, 184 insertions(+), 28 deletions(-)