mirror of https://github.com/buggins/dlangui.git
fix issue #72 - TODO for high DPI on windows
This commit is contained in:
parent
dd214309c0
commit
4a4152bd67
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue