diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-04 06:53:31 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-04 06:53:31 +0000 |
commit | 355f69d42075967db7f51081f9520fed3ea9a801 (patch) | |
tree | 40c96765e2c187cc0ccd13fd112f813f5f156f6d /protocols/Steam/src/steam_proto.h | |
parent | 2c53355b27f4a44f2109f9a045d2f9e40cb06216 (diff) |
Steam: Reworked avatars support; version bump
This result in downloading avatars only when changed and not at every login
git-svn-id: http://svn.miranda-ng.org/main/trunk@11236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 192254fb46..639cefca18 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -240,7 +240,9 @@ protected: void OnInitStatusMenu();
// avatars
- wchar_t * GetAvatarFilePath(MCONTACT hContact);
+ TCHAR* GetAvatarFilePath(MCONTACT hContact);
+ bool GetDbAvatarInfo(PROTO_AVATAR_INFORMATIONT &pai);
+ void CheckAvatarChange(MCONTACT hContact, std::string avatarUrl);
INT_PTR __cdecl GetAvatarInfo(WPARAM, LPARAM);
INT_PTR __cdecl GetAvatarCaps(WPARAM, LPARAM);
|