From 3506c2bc0bb148120db8e8c7c6a07cf3e683cc50 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 10 May 2015 09:28:16 +0000 Subject: SkypeWeb: Mark messsges as read rework. git-svn-id: http://svn.miranda-ng.org/main/trunk@13504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_events.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_events.cpp') diff --git a/protocols/SkypeWeb/src/skype_events.cpp b/protocols/SkypeWeb/src/skype_events.cpp index 03297983e8..2392542bba 100644 --- a/protocols/SkypeWeb/src/skype_events.cpp +++ b/protocols/SkypeWeb/src/skype_events.cpp @@ -126,7 +126,7 @@ void CSkypeProto::InitPopups() m_hPopupClassNotify = Popup_RegisterClass(&ppc); } -/*int CSkypeProto::ProcessSrmmEvent(WPARAM, LPARAM lParam) +int CSkypeProto::ProcessSrmmEvent(WPARAM, LPARAM lParam) { debugLogA(__FUNCTION__); MessageWindowEventData *event = (MessageWindowEventData *)lParam; @@ -135,4 +135,4 @@ void CSkypeProto::InitPopups() SetSrmmReadStatus(event->hContact); return 0; -}*/ \ No newline at end of file +} \ No newline at end of file -- cgit v1.2.3