summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/App.xaml.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-06-18 12:59:52 -0700
committerRobin Watts <robin.watts@artifex.com>2013-06-19 15:41:00 +0100
commit86a56e1c36ce3936b9f6065b7f055cdc986e7f55 (patch)
tree2d4521519bf07dfeb6b9149f33c4cb462af1531e /winrt/mupdf_cpp/App.xaml.h
parent8a22a7a76be8d9b439ee73383edbdf9d554bf3eb (diff)
downloadmupdf-86a56e1c36ce3936b9f6065b7f055cdc986e7f55.tar.xz
Addition of code to allow files to be opened from skydrive and for app to be file activated.
Also fixed a few issues for when we open a new file and close the current contents. There was an issue with the displaylist cache clean up.
Diffstat (limited to 'winrt/mupdf_cpp/App.xaml.h')
-rw-r--r--winrt/mupdf_cpp/App.xaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winrt/mupdf_cpp/App.xaml.h b/winrt/mupdf_cpp/App.xaml.h
index 2ed35bd1..b62c9979 100644
--- a/winrt/mupdf_cpp/App.xaml.h
+++ b/winrt/mupdf_cpp/App.xaml.h
@@ -17,7 +17,7 @@ namespace mupdf_cpp
public:
App();
virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ args) override;
-
+ virtual void App::OnFileActivated(Windows::ApplicationModel::Activation::FileActivatedEventArgs^ args) override;
private:
void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
};