From 4a4152bd672e2d82e5267c106e338b557d688d1a Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 6 Mar 2015 10:10:56 +0300 Subject: [PATCH] fix issue #72 - TODO for high DPI on windows --- src/dlangui/platforms/windows/winapp.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dlangui/platforms/windows/winapp.d b/src/dlangui/platforms/windows/winapp.d index 47840523..426c2902 100644 --- a/src/dlangui/platforms/windows/winapp.d +++ b/src/dlangui/platforms/windows/winapp.d @@ -936,6 +936,10 @@ int myWinMain(void* hInstance, void* hPrevInstance, char* lpCmdLine, int iCmdSho } Platform.setInstance(w32platform); + // TODO + // Issue #72 Windows fix requeres following call + // SetProcessDPIAware(); + // But it's not supported by current win32 D binding try {