mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Isolate default URL in its own file, for convenience
This commit is contained in:
parent
748fa72320
commit
4490b2de9a
4 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "ServoControl.g.h"
|
||||
#include "OpenGLES.h"
|
||||
#include "Servo.h"
|
||||
#include "DefaultUrl.h"
|
||||
|
||||
namespace winrt::ServoApp::implementation {
|
||||
struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {
|
||||
|
@ -95,7 +96,7 @@ private:
|
|||
winrt::event<EventDelegate> mOnCaptureGesturesEndedEvent;
|
||||
|
||||
float mDPI = 1;
|
||||
hstring mInitialURL = L"about:blank";
|
||||
hstring mInitialURL = DEFAULT_URL;
|
||||
bool mTransient = false;
|
||||
|
||||
Windows::UI::Xaml::Controls::SwapChainPanel ServoControl::Panel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue