From 98d78ffb4e32ef8fca75927f01a6b692726eb75e Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 15 Mar 2013 12:13:33 +0000 Subject: unused m_popup2.h include git-svn-id: http://svn.miranda-ng.org/main/trunk@4050 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_utils.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'protocols/Skype/src/skype_utils.cpp') diff --git a/protocols/Skype/src/skype_utils.cpp b/protocols/Skype/src/skype_utils.cpp index d31b8b1ef6..7b66b00386 100644 --- a/protocols/Skype/src/skype_utils.cpp +++ b/protocols/Skype/src/skype_utils.cpp @@ -483,8 +483,7 @@ void CSkypeProto::ShowNotification(const wchar_t *caption, const wchar_t *messag ::MessageBoxW(NULL, message, caption, MB_OK | flags); else { - POPUPDATAT_V2 ppd = {0}; - ppd.cbSize = sizeof(POPUPDATAT_V2); + POPUPDATAW ppd = {0}; ppd.lchContact = hContact; if (!hContact) { @@ -492,10 +491,8 @@ void CSkypeProto::ShowNotification(const wchar_t *caption, const wchar_t *messag } lstrcpyn(ppd.lpwzText, message, MAX_SECONDLINE); ppd.lchIcon = ::Skin_GetIcon("Skype_main"); - ppd.colorBack = ppd.colorText = 0; - ppd.iSeconds = 0; - ::CallService(MS_POPUP_ADDPOPUPT, (WPARAM)&ppd, 0); + PUAddPopUpW(&ppd); } } -- cgit v1.2.3