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 /splashscreen/src | |
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 'splashscreen/src')
-rw-r--r-- | splashscreen/src/m_splash.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/splashscreen/src/m_splash.h b/splashscreen/src/m_splash.h deleted file mode 100644 index 3652e6a..0000000 --- a/splashscreen/src/m_splash.h +++ /dev/null @@ -1,6 +0,0 @@ -// 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"
|