Fixes "True Reporter. Mystery of Mistwood" broken startup from launcher when the launcher wants to minimize all windows (which is probably not strictly necessary) but we instead pop Start menu.
--
v2: explorer: Don't pop start menu on "undo minimize all windows" systray command.
explorer: Don't pop start menu on "minimize all windows" systray command.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5025
It's possible that a state object pointer not in the topology node collection gets passed to
session_get_node_object(). Instead of returning the last node when the object is not found, we
should return a NULL so that the state of the last node is not changed by mistake.
--
v11: mf/tests: Test IMFMediaSession::Start().
mf: Support seeking while a session is started.
mf/tests: Add a create_test_topology() helper.
mf: Add a session_flush_nodes() helper.
mf: Make session_get_node_object() more robust.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3572