mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 14:57:55 +08:00
7 lines
118 B
C
7 lines
118 B
C
|
#pragma once
|
||
|
|
||
|
namespace MonitorUtils
|
||
|
{
|
||
|
void OpenWindowOnActiveMonitor(HWND window, HMONITOR monitor) noexcept;
|
||
|
};
|