From 809aa14dd2119e7b0de93846eb38bbb83073dad6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 14 Mar 2013 08:11:57 +0000 Subject: removed not used headers m_yapp.h moved to ExtAPI git-svn-id: http://svn.miranda-ng.org/main/trunk@4013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAPP/src/common.h | 48 +++++++++++++---------------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) (limited to 'plugins/YAPP/src/common.h') diff --git a/plugins/YAPP/src/common.h b/plugins/YAPP/src/common.h index e8aa204340..e4973da944 100644 --- a/plugins/YAPP/src/common.h +++ b/plugins/YAPP/src/common.h @@ -26,28 +26,20 @@ #endif -#include - #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -// Windows Header Files: + #include #include #include - -#define MIRANDA_VER 0x0A00 +#include #include -#include #include #include #include -#include -#include -#include #include #include #include -#include #include #include #include @@ -55,6 +47,17 @@ #include #include +#include +#include //need this for special renderers + +#include "version.h" +#include "message_pump.h" +#include "options.h" +#include "popwin.h" +#include "notify.h" +#include "services.h" +#include "resource.h" +#include "yapp_history.h" #define MODULE "YAPP" @@ -80,31 +83,6 @@ typedef int (CALLBACK *PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); #endif -struct PopupData -{ - int cbSize; - int flags; // OR of PDF_* flags below - HANDLE hContact; - HICON hIcon; - union { - char *pszTitle; - TCHAR *ptzTitle; - wchar_t *pwzTitle; - }; - union { - char *pszText; - TCHAR *ptzText; - wchar_t *pwzText; - }; - COLORREF colorBack; // if colorBack and colorText are equal, defaults will be used - COLORREF colorText; - WNDPROC windowProc; // optional custom window procedure - int timeout; // -1 == infinite, 0 == default, otherwise timeout in seconds - void *opaque; - - void SetIcon(HICON); -}; - #define PDF_UNICODE 0x0001 #define PDF_ICOLIB 0x0002 -- cgit v1.2.3