diff options
Diffstat (limited to 'plugins/ExternalAPI/m_nudge.h')
-rw-r--r-- | plugins/ExternalAPI/m_nudge.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h new file mode 100644 index 0000000000..e80215e572 --- /dev/null +++ b/plugins/ExternalAPI/m_nudge.h @@ -0,0 +1,10 @@ +#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"
+
+#define MUUID_NUDGE_SEND { 0x9c66a9a, 0x57dc, 0x454d, { 0xa9, 0x30, 0xf8, 0xc0, 0x4f, 0xe2, 0x98, 0x38 } }
|