summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-08-13 16:02:12 +0000
committerRobert Pösel <robyer@seznam.cz>2015-08-13 16:02:12 +0000
commit5c84f735bc4f40d3f2f645d003ef9a08576878d8 (patch)
tree5bbad675eace2e3a7eeea4fd711adefc17e2b05e /protocols/Steam/src/steam_proto.h
parentde4e8cb32266b1e7e62f3373997ed2e152a8d276 (diff)
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
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r--protocols/Steam/src/steam_proto.h3
1 files changed, 3 insertions, 0 deletions
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);