From 4813e22b08398091946738cd324d73455f9b5b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 9 Dec 2014 17:08:21 +0000 Subject: 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 --- protocols/Steam/src/steam_proto.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'protocols/Steam/src/steam_proto.h') 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 -- cgit v1.2.3