diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-02-07 13:31:44 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-02-07 13:31:44 +0000 |
commit | 16218c1592da1995ffedc41cfa46dc06ac1b27b5 (patch) | |
tree | a56866537d037c1ce4ad97d3b91cde1d3b1efe70 /protocols/Steam/src/steam_proto.h | |
parent | 10a687c170007cc523d4cba3ed0ce5e1671d5af1 (diff) |
Steam: Support for receiving typing notifications; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index acbae5c3c5..7824578824 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -3,6 +3,7 @@ #define STEAM_SEARCH_BYID 1001 #define STEAM_SEARCH_BYNAME 1002 +#define STEAM_TYPING_TIME 10 struct GuardParam { |