summaryrefslogtreecommitdiff
path: root/message_notify/popups.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:22 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:37:22 +0000
commit10a3bfa53858f75fa64833ce5d860a14a756c38a (patch)
treead7d5b7f857c5120a77d3b1e60b46512ebf47f56 /message_notify/popups.h
parent7f6efd8c36003cb710319a358f62f1a0d8900384 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@7 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/popups.h')
-rw-r--r--message_notify/popups.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/message_notify/popups.h b/message_notify/popups.h
new file mode 100644
index 0000000..eb71d85
--- /dev/null
+++ b/message_notify/popups.h
@@ -0,0 +1,21 @@
+#ifndef _POPUPS_INC
+#define _POPUPS_INC
+
+#include "../../include/m_popup.h"
+
+#include "options.h"
+#include "mywindowlist.h"
+
+void InitUtils();
+void DeinitUtils();
+
+void ShowPopup(HANDLE hContact, const char* line1, const char* line2, int flags = 0);
+void ShowWarning(char *msg);
+void ShowError(char *msg);
+
+bool IsUnicodePopupsEnabled();
+void ShowPopupW(HANDLE hContact, const wchar_t* line1, const wchar_t* line2, int flags = 0);
+
+#define WMU_CLOSEPOPUP (WM_USER + 200)
+
+#endif