aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2024-05-09 11:33:05 +1000
committerZufu Liu <unknown>2024-05-09 11:33:05 +1000
commitd37feef72ce5c132f8fc1cc2cbadf3ee027a5471 (patch)
tree212a3721d26742f718d343104d0a4519bbf5ab8d /win32/PlatWin.h
parentb9e09f34badc402f80a4a53c507576affd97b8bc (diff)
downloadscintilla-mirror-d37feef72ce5c132f8fc1cc2cbadf3ee027a5471.tar.gz
Bug [#2321]. Scale reverse arrow cursor with Direct2D when enabled.
Implement arrow cursor colour choice. React to most settings changes.
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r--win32/PlatWin.h3
1 files changed, 1 insertions, 2 deletions
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;