diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 17:09:41 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 17:09:41 +0000 |
commit | d79b254cc7961696ac92ab470dbc37ef147838f3 (patch) | |
tree | 514fcd5822af2a7d24b15637568826544a44d9c7 /ExternalAPI/m_nudge.h | |
parent | 98d0faa2eeddfe260bd337c69b00734b7cff2375 (diff) |
api files moved to EXternalAPI folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@218 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_nudge.h')
-rw-r--r-- | ExternalAPI/m_nudge.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ExternalAPI/m_nudge.h b/ExternalAPI/m_nudge.h index e87e410..e80215e 100644 --- a/ExternalAPI/m_nudge.h +++ b/ExternalAPI/m_nudge.h @@ -1,5 +1,10 @@ #define MS_SHAKE_CLIST "SHAKE/Service/ShakeClist"
#define MS_SHAKE_CHAT "SHAKE/Service/ShakeChat"
-#define MS_SHAKE_CLIST_TRIGGER "SHAKE/Service/TriggerShakeClist"
-#define MS_SHAKE_CHAT_TRIGGER "SHAKE/Service/TirggerShakeChat"
#define MS_NUDGE_SEND "NUDGE/Send"
+
+// Hide or Show the context menu "send nudge"
+// wParam = char *szProto
+// lParam = BOOL show
+#define MS_NUDGE_SHOWMENU "NudgeShowMenu"
+
+#define MUUID_NUDGE_SEND { 0x9c66a9a, 0x57dc, 0x454d, { 0xa9, 0x30, 0xf8, 0xc0, 0x4f, 0xe2, 0x98, 0x38 } }
|