From ca0c453005807c8c0ca7aea0ee7cc766aa761770 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Wed, 27 May 2020 09:19:45 +1000 Subject: Backport: Bug [#2063]. Make reverse arrow cursor scale with DPI. Backport of changeset 8265:01940b16fb7e. --- win32/PlatWin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/PlatWin.h') 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; -- cgit v1.2.3