mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
7 lines
118 B
C
7 lines
118 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace MonitorUtils
|
||
|
|
{
|
||
|
|
void OpenWindowOnActiveMonitor(HWND window, HMONITOR monitor) noexcept;
|
||
|
|
};
|