mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+)
This commit is contained in:
parent
82fe52adab
commit
810ce6aa74
4 changed files with 33 additions and 11 deletions
|
|
@ -1007,7 +1007,7 @@ nsWindow::RegisterWindowClass(const wchar_t* aClassName,
|
|||
}
|
||||
|
||||
wc.style = CS_DBLCLKS | aExtraStyle;
|
||||
wc.lpfnWndProc = WinUtils::NonClientDpiScalingDefWindowProcW;
|
||||
wc.lpfnWndProc = WinUtils::GetDefWindowProc();
|
||||
wc.cbClsExtra = 0;
|
||||
wc.cbWndExtra = 0;
|
||||
wc.hInstance = nsToolkit::mDllInstance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue