From 21e7268a503be780b35e367564d711e79a61dffc Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 28 Feb 2015 06:48:33 +0000 Subject: Tox: - added support of tox1 dns resolving - added request/grant items in contact menu - added copy id item in statum menu - code reordering - fixed minor bugs git-svn-id: http://svn.miranda-ng.org/main/trunk@12281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_menus.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 protocols/Tox/src/tox_menus.h (limited to 'protocols/Tox/src/tox_menus.h') diff --git a/protocols/Tox/src/tox_menus.h b/protocols/Tox/src/tox_menus.h new file mode 100644 index 0000000000..e75f9c8b45 --- /dev/null +++ b/protocols/Tox/src/tox_menus.h @@ -0,0 +1,13 @@ +#ifndef _TOX_MENUS_H_ +#define _TOX_MENUS_H_ + +#define CMI_POSITION -201001000 +#define CMI_AUTH_REQUEST 1 +#define CMI_AUTH_GRANT 2 +#define CMI_MAX 3 // this item shall be the last one + +#define SMI_POSITION 200000 +#define SMI_TOXID_COPY 1 +#define SMI_GROUPCHAT_CREATE 2 + +#endif //_TOX_MENUS_H_ \ No newline at end of file -- cgit v1.2.3