mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
9 lines
233 B
C
9 lines
233 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <WorkspacesLib/WorkspacesData.h>
|
||
|
|
|
||
|
|
namespace SnapshotUtils
|
||
|
|
{
|
||
|
|
std::vector<WorkspacesData::WorkspacesProject::Application> GetApps(const std::function<unsigned int(HWND)> getMonitorNumberFromWindowHandle);
|
||
|
|
};
|