aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.h
diff options
context:
space:
mode:
authorZufu Liu <unknown>2020-05-27 09:19:45 +1000
committerZufu Liu <unknown>2020-05-27 09:19:45 +1000
commitca0c453005807c8c0ca7aea0ee7cc766aa761770 (patch)
tree16fb7a3374fc109bc9188372ec2b9af29b810224 /win32/PlatWin.h
parente5055a92d553f312bfde092f518e7fe75f134d82 (diff)
downloadscintilla-mirror-ca0c453005807c8c0ca7aea0ee7cc766aa761770.tar.gz
Backport: Bug [#2063]. Make reverse arrow cursor scale with DPI.
Backport of changeset 8265:01940b16fb7e.
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r--win32/PlatWin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h
index cce68f43c..2555daac0 100644
--- a/win32/PlatWin.h
+++ b/win32/PlatWin.h
@@ -56,6 +56,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;