mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
UWP: allow servo's initial URL to be set before Servo starts
This commit is contained in:
parent
d93e67a0bf
commit
79ecc7e216
5 changed files with 26 additions and 13 deletions
|
@ -217,6 +217,7 @@ private:
|
|||
float mDPI = 1;
|
||||
hstring mCurrentUrl = L"";
|
||||
bool mTransient = false;
|
||||
std::optional<hstring> mInitUrl = {};
|
||||
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
|
||||
void CreateNativeWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue