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