Connor McAdams : uiautomationcore: Potentially raise focus event on the currently focused serverside provider in response to EVENT_OBJECT_FOCUS.
Module: wine Branch: master Commit: f26d470920bf9291a0b8861de66c1a262cdf0b03 URL: https://gitlab.winehq.org/wine/wine/-/commit/f26d470920bf9291a0b8861de66c1a2... Author: Connor McAdams <cmcadams(a)codeweavers.com> Date: Mon Sep 18 10:54:55 2023 -0400 uiautomationcore: Potentially raise focus event on the currently focused serverside provider in response to EVENT_OBJECT_FOCUS. Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com> --- dlls/uiautomationcore/tests/uiautomation.c | 78 ++++++++++++++++++++++++++++++ dlls/uiautomationcore/uia_classes.idl | 2 +- dlls/uiautomationcore/uia_client.c | 37 ++++++++------ dlls/uiautomationcore/uia_com_client.c | 29 +++++++++-- dlls/uiautomationcore/uia_event.c | 4 +- dlls/uiautomationcore/uia_private.h | 3 +- 6 files changed, 131 insertions(+), 22 deletions(-)
participants (1)
-
Alexandre Julliard