diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 19:07:03 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 19:07:03 +0000 |
commit | 2c9afb1b95c98e47858638ced5ee1474716e4d12 (patch) | |
tree | 8a6bb06e8d27b5bd9c3f1abab8e55a2bc9bb2305 /ExternalAPI | |
parent | e2f90238bdb44aafdc9ecc37ffc051cbe68a14a6 (diff) |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@40 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI')
-rw-r--r-- | ExternalAPI/m_splash.h | 6 |
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"
|