From 9081ad09298c17a9838a40abe22b218cda3848e7 Mon Sep 17 00:00:00 2001 From: kreol13 Date: Mon, 25 Apr 2011 05:33:51 +0000 Subject: forgot git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@32 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- splashscreen/src/m_splash.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 splashscreen/src/m_splash.h (limited to 'splashscreen/src') 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" -- cgit v1.2.3