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