summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/m_simpleaway.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-11 17:09:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-11 17:09:09 +0000
commitbb22e7b2a0af67cc65ce5179917b20e5977ed4ef (patch)
tree120e18f5a61144f3f632263e05cb49109f672615 /plugins/MyDetails/m_simpleaway.h
parent3b8d44fb4646951be55b3777cbe30d3280867067 (diff)
MyDetails reverted to older version that doesn't use Skins plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/m_simpleaway.h')
-rw-r--r--plugins/MyDetails/m_simpleaway.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/MyDetails/m_simpleaway.h b/plugins/MyDetails/m_simpleaway.h
new file mode 100644
index 0000000000..698a6f038d
--- /dev/null
+++ b/plugins/MyDetails/m_simpleaway.h
@@ -0,0 +1,20 @@
+// lParam = (char *)status message
+// wParam = new status, from statusmodes.h
+#define MS_SA_SETSTATUSMODE "SimpleAway/SetStatusMode"
+#define MS_AWAYSYS_SETSTATUSMODE MS_SA_SETSTATUSMODE //for compatibility with some plugins
+
+//Internal use only
+#define MS_SA_TTCHANGESTATUSMSG "SimpleAway/TTChangeStatusMessage"
+
+//wParam=new status, from statusmodes.h
+//lParam=protocol name, NULL if for all protocols (added in v0.3.1alpha)
+#define MS_SA_CHANGESTATUSMSG "SimpleAway/ChangeStatusMessage"
+
+// wParam = 0
+// lParam = 0
+// allways returns 1
+#define MS_SA_ISSARUNNING "SimpleAway/IsSARunning"
+
+// wParam = 0
+// lParam = 0
+#define MS_SA_COPYAWAYMSG "SimpleAway/CopyAwayMsg" \ No newline at end of file