From 0a62eb9bdccf5c6b1e83b7f025859e4ca005f4f2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 18 May 2012 21:47:51 +0000 Subject: goodbye updater git-svn-id: http://svn.miranda-ng.org/main/trunk@58 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/updater/popups.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 plugins/updater/popups.h (limited to 'plugins/updater/popups.h') diff --git a/plugins/updater/popups.h b/plugins/updater/popups.h deleted file mode 100644 index a937ec5df1..0000000000 --- a/plugins/updater/popups.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef _POPUPS_INC -#define _POPUPS_INC - -#include - -#include "options.h" -#include "icons.h" - -void InitPopups(); -void DeinitPopups(); - -bool ArePopupsEnabled(); - -void ShowPopupA(HANDLE hContact, const char* line1, const char* line2, int flags = 0, int timeout = 0); -void ShowPopupW(HANDLE hContact, const wchar_t* line1, const wchar_t* line2, int flags = 0, int timeout = 0); - -void ShowPopup(HANDLE hContact, const TCHAR *line1, const TCHAR *line2, int flags = 0, int timeout = 0); - -void ShowWarning(TCHAR *msg); -void ShowError(TCHAR *msg); - -void ChangePopupText(HWND hwnd, TCHAR *msg); - -extern HWND hwndPop; -extern HANDLE hEventPop; -extern bool pop_cancelled; - -#define WMU_CLOSEPOP (WM_USER + 0x191) - -#define POPFLAG_SAVEHWND 0x01 - -#endif -- cgit v1.2.3