diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 9 |
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 |