diff options
author | kreol13 <kreol13@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 05:33:51 +0000 |
---|---|---|
committer | kreol13 <kreol13@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-25 05:33:51 +0000 |
commit | 9081ad09298c17a9838a40abe22b218cda3848e7 (patch) | |
tree | fc58e392781b2b93460ee3bf06b5bb0f93c2ed29 | |
parent | 5aab09e10015cf8c195b42932020f39440c072a4 (diff) |
forgot
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@32 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | splashscreen/src/m_splash.h | 6 |
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"
|