From 5ecc20ec39fe01719e35842d0b23c178fda24084 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 19 May 2020 19:52:33 +1000 Subject: Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows. Backport of changeset 8244:134a3860b01e. --- 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 be99b8e55..440550160 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -48,6 +48,8 @@ T DLLFunction(HMODULE hModule, LPCSTR lpProcName) noexcept { return fp; } +UINT DpiForWindow(WindowID wid) noexcept; + #if defined(USE_D2D) extern bool LoadD2D(); extern ID2D1Factory *pD2DFactory; -- cgit v1.2.3