From 7538e4d50ab714f503df3c82c9ef94e90fb49ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 29 Sep 2013 20:47:11 +0000 Subject: Facebook: first experimental implementation of multi user chats (thanks to nobodyreal for patch) git-svn-id: http://svn.miranda-ng.org/main/trunk@6273 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 65aa316ee5..d3cc040fb2 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -146,7 +146,8 @@ public: int __cdecl OnPreShutdown(WPARAM,LPARAM); int __cdecl OnPrebuildContactMenu(WPARAM,LPARAM); int __cdecl OnIdleChanged(WPARAM,LPARAM); - int __cdecl OnChatOutgoing(WPARAM,LPARAM); + int __cdecl OnGCEvent(WPARAM,LPARAM); + int __cdecl OnGCMenuHook(WPARAM,LPARAM); // Loops bool NegotiateConnection(); -- cgit v1.2.3