mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Allow launching UWP app from command line
This commit is contained in:
parent
e26530341b
commit
0feb16fe8d
3 changed files with 27 additions and 8 deletions
|
@ -9,6 +9,8 @@ namespace winrt::ServoApp::implementation {
|
|||
struct App : AppT<App> {
|
||||
App();
|
||||
|
||||
void createRootFrame(bool prelaunchActivated,
|
||||
winrt::Windows::Foundation::IInspectable const &args);
|
||||
void OnLaunched(
|
||||
Windows::ApplicationModel::Activation::LaunchActivatedEventArgs const &);
|
||||
void App::OnActivated(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue