Switch to chromeless mode when app opens from a servo:// link

This commit is contained in:
Paul Rouget 2019-08-29 06:09:46 +02:00
parent 3ade7b680d
commit 5fe9a6223d
7 changed files with 26 additions and 2 deletions

View file

@ -28,6 +28,7 @@ public:
Windows::UI::Xaml::Input::KeyRoutedEventArgs const &);
void Shutdown();
void LoadServoURI(Windows::Foundation::Uri uri);
void SetTransientMode(bool);
private:
void BindServoEvents();