2 Jun
2023
2 Jun
'23
10:32 a.m.
Tatsuyuki Ishi (@ishitatsuyuki) commented about dlls/user32/sysparams.c:
- return ERROR_INVALID_PARAMETER; - - if (((flags == QDC_DATABASE_CURRENT) && !topologyid) || - ((flags != QDC_DATABASE_CURRENT) && topologyid)) - return ERROR_INVALID_PARAMETER; - - if (flags != QDC_ONLY_ACTIVE_PATHS) - FIXME("only returning active paths\n"); - - if (topologyid) - { - FIXME("setting toplogyid to DISPLAYCONFIG_TOPOLOGY_INTERNAL\n"); - *topologyid = DISPLAYCONFIG_TOPOLOGY_INTERNAL; - } - - wait_graphics_driver_ready(); @gofman Similar to changes in the past I'm removing the wait with the win32u migration; does this look OK?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2957#note_34434