From d37feef72ce5c132f8fc1cc2cbadf3ee027a5471 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 9 May 2024 11:33:05 +1000 Subject: Bug [#2321]. Scale reverse arrow cursor with Direct2D when enabled. Implement arrow cursor colour choice. React to most settings changes. --- win32/PlatWin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win32/PlatWin.h') diff --git a/win32/PlatWin.h b/win32/PlatWin.h index a901ec78d..ec1281979 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -50,8 +50,7 @@ float GetDeviceScaleFactorWhenGdiScalingActive(HWND hWnd) noexcept; int SystemMetricsForDpi(int nIndex, UINT dpi) noexcept; -constexpr int defaultCursorBaseSize = 32; -HCURSOR LoadReverseArrowCursor(UINT dpi, int cursorBaseSize) noexcept; +HCURSOR LoadReverseArrowCursor(UINT dpi) noexcept; class MouseWheelDelta { int wheelDelta = 0; -- cgit v1.2.3