diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-04 12:05:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-04 12:05:12 +0000 |
commit | 1b6b7ac88e07f1e7122d6f792927e077256c27da (patch) | |
tree | 8de94bb82fae3a73a291350e940277c0e11ae255 /protocols/Skype/src/skype_proto.h | |
parent | 173c419faeb1c726f84127627dc8860f7538f5cf (diff) |
added tooltip creation for group chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@5231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index e640686f31..8629f5b63f 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -327,6 +327,7 @@ protected: // chat
void InitChatModule();
+ INT_PTR __cdecl SkypeGCGetToolTipText(WPARAM wParam, LPARAM lParam);
bool IsChatRoom(HANDLE hContact);
|