diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 8261aeb2d..aa16e9f89 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -46,6 +46,7 @@ void SetWindowPointer(HWND hWnd, void *ptr) noexcept; HMONITOR MonitorFromWindow(HWND hWnd) noexcept; UINT DpiForWindow(WindowID wid) noexcept; +int GetDeviceScaleFactorWhenGdiScalingActive(HWND hWnd) noexcept; int SystemMetricsForDpi(int nIndex, UINT dpi) noexcept; |