From d79b254cc7961696ac92ab470dbc37ef147838f3 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 17:09:41 +0000 Subject: api files moved to EXternalAPI folder git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@218 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ExternalAPI/m_nudge.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ExternalAPI/m_nudge.h') 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 } } -- cgit v1.2.3