summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_splash.h')
-rw-r--r--plugins/ExternalAPI/m_splash.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_splash.h b/plugins/ExternalAPI/m_splash.h
new file mode 100644
index 0000000000..3652e6a72b
--- /dev/null
+++ b/plugins/ExternalAPI/m_splash.h
@@ -0,0 +1,6 @@
+// Shows splash image
+// wParam = (char *) image filename, either relative to Miranda dir or absolute
+// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked)
+// returns: 1 if success and 0 if failed
+
+#define MS_SHOWSPLASH "SplashScreen/Show"