Rainbow 6 Siege and some other games require this. Type is printed in the FIXME to determine which type the application requires.
--
v2: gdi32: Add stub for D3DKMTQueryAdapterInfo.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3777
Bug 53017 causes test failures here because it leaves the display at 720x400 resolution. Since this already causes a test failure earlier, and having a very small resolution isn't technically "broken", I figure it makes sense to adjust the test to account for this situation.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4100
--
v2: uiautomationcore: Add support for translating EVENT_OBJECT_FOCUS for native MSAA IAccessibles.
uiautomationcore: Potentially raise focus event on the currently focused serverside provider in response to EVENT_OBJECT_FOCUS.
uiautomationcore: Potentially raise focus event for serverside providers in response to EVENT_OBJECT_FOCUS.
uiautomationcore/tests: Add tests for COM API EVENT_OBJECT_FOCUS translation.
uiautomationcore: Release node lresult upon failure to allocate a node in uia_node_from_lresult().
https://gitlab.winehq.org/wine/wine/-/merge_requests/4077