diff options
author | Zufu Liu <unknown> | 2020-05-27 09:19:45 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2020-05-27 09:19:45 +1000 |
commit | dc3e136484d12520b15eb60a525b9c9a0b3b3853 (patch) | |
tree | 2d6a2ab9089a835f797d864fa6b690bf2eb93ab7 /win32/PlatWin.h | |
parent | 24501ccaa7e7e9e66cafbe0d1e2cc27c32af9e73 (diff) | |
download | scintilla-mirror-dc3e136484d12520b15eb60a525b9c9a0b3b3853.tar.gz |
Bug [#2063]. Make reverse arrow cursor scale with DPI.
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index f8a7ba98a..d88ee6324 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -60,6 +60,8 @@ UINT DpiForWindow(WindowID wid) noexcept; int SystemMetricsForDpi(int nIndex, UINT dpi) noexcept; +HCURSOR LoadReverseArrowCursor(UINT dpi) noexcept; + #if defined(USE_D2D) extern bool LoadD2D(); extern ID2D1Factory *pD2DFactory; |