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?