From b330de2b0bcf4d09a417c0ef154c3419b6930316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 20 May 2013 13:26:29 +0000 Subject: Facebook: Marking notifications as read with right click on popup. git-svn-id: http://svn.miranda-ng.org/main/trunk@4760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/proto.h') diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 877c2a35da..69a62ac96c 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -156,6 +156,7 @@ public: void __cdecl SendChatMsgWorker(void*); void __cdecl SendTypingWorker(void*); void __cdecl ReadMessageWorker(void*); + void __cdecl ReadNotificationWorker(void*); void __cdecl DeleteContactFromServer(void*); void __cdecl AddContactToServer(void*); void __cdecl ApproveContactToServer(void*); @@ -209,5 +210,5 @@ public: // Information providing int Log(const char *fmt,...); - void NotifyEvent(TCHAR* title, TCHAR* info, HANDLE contact, DWORD flags, std::string *url = NULL); + void NotifyEvent(TCHAR* title, TCHAR* info, HANDLE contact, DWORD flags, std::string *url = NULL, std::string *notification_id = NULL); }; -- cgit v1.2.3