mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Support hidpi
This commit is contained in:
parent
5bf00c07c2
commit
10f86935b8
6 changed files with 19 additions and 45 deletions
|
@ -92,6 +92,7 @@ private:
|
|||
winrt::event<EventDelegate> mOnCaptureGesturesStartedEvent;
|
||||
winrt::event<EventDelegate> mOnCaptureGesturesEndedEvent;
|
||||
|
||||
float mDPI = 1;
|
||||
hstring mInitialURL = L"https://servo.org";
|
||||
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue