diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-05 09:03:20 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-05 09:03:20 +0000 |
commit | 5e8e5ed54e602e0de3d328098ff828cba441b2a0 (patch) | |
tree | 178212b37c358cb3f6d5b1c1f2ca195b49aa24d5 /protocols/FacebookRM/src/proto.h | |
parent | 7e7e977e3dd74fe09c62d7b345bbbbecf33602a4 (diff) |
Facebook: Correct implementation of managing number of unread notifications
git-svn-id: http://svn.miranda-ng.org/main/trunk@8858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 49c9102367..346ece4193 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -235,5 +235,6 @@ public: static void CALLBACK APC_callback(ULONG_PTR p);
// Information providing
- void NotifyEvent(TCHAR* title, TCHAR* info, MCONTACT contact, DWORD flags, std::string *url = NULL, std::string *notification_id = NULL);
+ HWND NotifyEvent(TCHAR* title, TCHAR* info, MCONTACT contact, DWORD flags, std::string *url = NULL, std::string *notification_id = NULL);
+ void ShowNotifications();
};
|