[Workspaces] snapshot: fix coordinates for the minimized apps. (#35455)

This commit is contained in:
Laszlo Nemeth
2024-10-23 11:34:20 +02:00
committed by GitHub
parent f33855aaaa
commit c3fe541139
3 changed files with 26 additions and 5 deletions

View File

@@ -4,5 +4,5 @@
namespace SnapshotUtils
{
std::vector<WorkspacesData::WorkspacesProject::Application> GetApps(const std::function<unsigned int(HWND)> getMonitorNumberFromWindowHandle);
std::vector<WorkspacesData::WorkspacesProject::Application> GetApps(const std::function<unsigned int(HWND)> getMonitorNumberFromWindowHandle, const std::function<WorkspacesData::WorkspacesProject::Monitor::MonitorRect(unsigned int)> getMonitorRect);
};