mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix DEFAULT_URL
This commit is contained in:
parent
345238a352
commit
2ef6ba25dc
7 changed files with 56 additions and 37 deletions
|
@ -3,7 +3,6 @@
|
|||
#include "Pref.g.h"
|
||||
#include "OpenGLES.h"
|
||||
#include "Servo.h"
|
||||
#include "DefaultUrl.h"
|
||||
|
||||
using namespace winrt::Windows::Foundation::Collections;
|
||||
|
||||
|
@ -49,6 +48,7 @@ struct ServoControl : ServoControlT<ServoControl>, public servo::ServoDelegate {
|
|||
void ChangeVisibility(bool);
|
||||
void Shutdown();
|
||||
hstring LoadURIOrSearch(hstring);
|
||||
void GoHome();
|
||||
void SendMediaSessionAction(int32_t);
|
||||
|
||||
ServoApp::Pref SetBoolPref(hstring aKey, bool aVal) {
|
||||
|
@ -214,7 +214,6 @@ private:
|
|||
int mPanelHeight = 0;
|
||||
int mPanelWidth = 0;
|
||||
float mDPI = 1;
|
||||
hstring mInitialURL = DEFAULT_URL;
|
||||
hstring mCurrentUrl = L"";
|
||||
bool mTransient = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue