summaryrefslogtreecommitdiff
path: root/ExternalAPI/m_nudge.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExternalAPI/m_nudge.h')
-rw-r--r--ExternalAPI/m_nudge.h9
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 } }