summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-12-09 17:08:21 +0000
committerRobert Pösel <robyer@seznam.cz>2014-12-09 17:08:21 +0000
commit4813e22b08398091946738cd324d73455f9b5b43 (patch)
tree6301486f5d31740c472ffe94b4e0412a845a18e3 /protocols/Steam/src/steam_proto.h
parent061cf8a12c07aecc4526840a59ba0135f43b2fca (diff)
Steam: Fix showing xstatus icon in contact list (step 2)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r--protocols/Steam/src/steam_proto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index 850f97b581..47fe830eef 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -255,9 +255,10 @@ protected:
INT_PTR __cdecl GetMyAvatar(WPARAM, LPARAM);
// xstatuses
- INT_PTR __cdecl GetXStatusEx(WPARAM wParam, LPARAM lParam);
- INT_PTR __cdecl GetXStatusIcon(WPARAM wParam, LPARAM lParam);
- INT_PTR __cdecl RequestAdvStatusIconIdx(WPARAM wParam, LPARAM lParam);
+ INT_PTR __cdecl OnGetXStatusEx(WPARAM wParam, LPARAM lParam);
+ INT_PTR __cdecl OnGetXStatusIcon(WPARAM wParam, LPARAM lParam);
+ INT_PTR __cdecl OnRequestAdvStatusIconIdx(WPARAM wParam, LPARAM lParam);
+ HICON GetXStatusIcon(int status, UINT flags);
int GetContactXStatus(MCONTACT hContact);
// events
@@ -289,4 +290,6 @@ protected:
inline int IdleSeconds() { return m_idleTS ? time(0) - m_idleTS : 0; }
};
+int OnReloadIcons(WPARAM wParam, LPARAM lParam);
+
#endif //_STEAM_PROTO_H_ \ No newline at end of file