summaryrefslogtreecommitdiff
path: root/ExternalAPI
diff options
context:
space:
mode:
Diffstat (limited to 'ExternalAPI')
-rw-r--r--ExternalAPI/m_splash.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ExternalAPI/m_splash.h b/ExternalAPI/m_splash.h
new file mode 100644
index 0000000..3652e6a
--- /dev/null
+++ b/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"