From cf86eea70d32381c0c036a42c1dd08bdcca332dc Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 30 Aug 2015 16:26:27 +0000 Subject: Toaster: protocol icon if no avatar; errors logging git-svn-id: http://svn.miranda-ng.org/main/trunk@15118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Toaster/src/toast_notification.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Toaster/src/toast_notification.h') diff --git a/plugins/Toaster/src/toast_notification.h b/plugins/Toaster/src/toast_notification.h index 0e4131b945..1f688744bd 100644 --- a/plugins/Toaster/src/toast_notification.h +++ b/plugins/Toaster/src/toast_notification.h @@ -8,6 +8,7 @@ private: wchar_t* _caption; wchar_t* _imagePath; + Microsoft::WRL::ComPtr notificationManager; Microsoft::WRL::ComPtr notifier; Microsoft::WRL::ComPtr notification; @@ -25,6 +26,7 @@ public: COLORREF foreground; ToastNotification(_In_ wchar_t* text, _In_ wchar_t* caption = nullptr, _In_ wchar_t* imagePath = nullptr); + HRESULT Initialize(); ~ToastNotification(); HRESULT Show(); -- cgit v1.2.3