mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-11 05:43:33 +00:00
Updated win-dialog to better support HighDPI displays
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -66,6 +66,10 @@ function WindowsMessagePump(options)
|
||||
this._user32.CreateMethod('IsDlgButtonChecked');
|
||||
this._user32.CreateMethod('CheckDlgButton');
|
||||
|
||||
this._user32.CreateMethod('BeginDeferWindowPos');
|
||||
this._user32.CreateMethod('DeferWindowPos');
|
||||
this._user32.CreateMethod('EndDeferWindowPos');
|
||||
|
||||
this._gdi32 = GM.CreateNativeProxy('Gdi32.dll');
|
||||
this._gdi32.mp = this;
|
||||
this._gdi32.CreateMethod('CreateFontW');
|
||||
|
||||
Reference in New Issue
Block a user