mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
7 lines
89 B
C++
7 lines
89 B
C++
#pragma once
|
|
|
|
namespace ScalingUtils
|
|
{
|
|
float ScalingFactor(HWND window) noexcept;
|
|
};
|