mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Allow passing args to UWP app from command line
This commit is contained in:
parent
0feb16fe8d
commit
7737610870
9 changed files with 34 additions and 23 deletions
|
@ -9,12 +9,12 @@ namespace winrt::ServoApp::implementation {
|
|||
struct App : AppT<App> {
|
||||
App();
|
||||
|
||||
void createRootFrame(bool prelaunchActivated,
|
||||
winrt::Windows::Foundation::IInspectable const &args);
|
||||
void createRootFrame(winrt::Windows::UI::Xaml::Controls::Frame &, bool,
|
||||
winrt::Windows::Foundation::IInspectable const &);
|
||||
void OnLaunched(
|
||||
Windows::ApplicationModel::Activation::LaunchActivatedEventArgs const &);
|
||||
void App::OnActivated(
|
||||
Windows::ApplicationModel::Activation::IActivatedEventArgs const &args);
|
||||
Windows::ApplicationModel::Activation::IActivatedEventArgs const &);
|
||||
void OnSuspending(IInspectable const &,
|
||||
Windows::ApplicationModel::SuspendingEventArgs const &);
|
||||
void OnNavigationFailed(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue