mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
6 lines
100 B
C++
6 lines
100 B
C++
#pragma once
|
|
|
|
namespace FancyZonesWindowProcessing
|
|
{
|
|
bool IsProcessable(HWND window) noexcept;
|
|
} |