From 5c84f735bc4f40d3f2f645d003ef9a08576878d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 13 Aug 2015 16:02:12 +0000 Subject: Steam: Support for "Read status message" dialog Revert r14928 and implement correctly GetAwayMsg method. If contact has no status message, it shows the xstatus message. git-svn-id: http://svn.miranda-ng.org/main/trunk@14940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_proto.h | 3 +++ 1 file changed, 3 insertions(+) (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 12e1cee5a2..2b9ae01492 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -192,6 +192,9 @@ protected: HICON GetXStatusIcon(int status, UINT flags); int GetContactXStatus(MCONTACT hContact); + HANDLE __cdecl GetAwayMsg(MCONTACT hContact); + void __cdecl GetAwayMsgThread(void *arg); + // events int OnModulesLoaded(WPARAM, LPARAM); int OnPreShutdown(WPARAM, LPARAM); -- cgit v1.2.3