From 0ffbc41582dd7fe85093a7ea3f21459890eab03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Ni=C3=9Fl?= Date: Thu, 22 Jun 2023 22:31:07 +1000 Subject: Bug [#2382]. Fix reverse arrow cursor when scaled. --- win32/PlatWin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/PlatWin.h') diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 8ce798cf1..f010923f2 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -46,7 +46,7 @@ void SetWindowPointer(HWND hWnd, void *ptr) noexcept; HMONITOR MonitorFromWindowHandleScaling(HWND hWnd) noexcept; UINT DpiForWindow(WindowID wid) noexcept; -int GetDeviceScaleFactorWhenGdiScalingActive(HWND hWnd) noexcept; +float GetDeviceScaleFactorWhenGdiScalingActive(HWND hWnd) noexcept; int SystemMetricsForDpi(int nIndex, UINT dpi) noexcept; -- cgit v1.2.3