Module: wine Branch: master Commit: 2be7de9898131bf40712a76cebfc282e3d41400d URL: https://gitlab.winehq.org/wine/wine/-/commit/2be7de9898131bf40712a76cebfc282... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Wed Oct 11 09:10:31 2023 -0400 uiautomationcore: Potentially raise focus event for serverside providers in response to EVENT_OBJECT_FOCUS. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/tests/uiautomation.c | 16 +++---- dlls/uiautomationcore/uia_classes.idl | 1 + dlls/uiautomationcore/uia_client.c | 68 ++++++++++++++++++++++++++++++ dlls/uiautomationcore/uia_com_client.c | 47 +++++++++++++++++++++ dlls/uiautomationcore/uia_event.c | 3 +- dlls/uiautomationcore/uia_private.h | 8 ++++ 6 files changed, 133 insertions(+), 10 deletions(-)