From 90c2f2a24e911c832e11fcc6443afd24efdd4cc9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 28 Jul 2013 11:05:10 +0000 Subject: - fix for name conflict in proto helpers; - switch to constants defined in m_nudge.h git-svn-id: http://svn.miranda-ng.org/main/trunk@5504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_nudge.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h index e80215e572..8067499145 100644 --- a/plugins/ExternalAPI/m_nudge.h +++ b/plugins/ExternalAPI/m_nudge.h @@ -1,8 +1,14 @@ -#define MS_SHAKE_CLIST "SHAKE/Service/ShakeClist" -#define MS_SHAKE_CHAT "SHAKE/Service/ShakeChat" -#define MS_NUDGE_SEND "NUDGE/Send" +// protocol service that sends a nudge +#define PS_SEND_NUDGE "/SendNudge" -// Hide or Show the context menu "send nudge" +// event to be create in protocol with its m_szModuleName +#define PE_NUDGE "/Nudge" + +#define MS_SHAKE_CLIST "SHAKE/Service/ShakeClist" +#define MS_SHAKE_CHAT "SHAKE/Service/ShakeChat" +#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" -- cgit v1.2.3