From 02d3a913e0f9c77f814293b771790e13d0e0f3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 19 May 2013 11:51:08 +0000 Subject: YAPP: - Added icon to enable/disable popups into toptoolbar - Fixes for icons - added support for icolib, added main menu icons, used standardized icons + big icon for history window - Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@4726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAPP/src/common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/YAPP/src/common.h') diff --git a/plugins/YAPP/src/common.h b/plugins/YAPP/src/common.h index e4973da944..ed6370c42b 100644 --- a/plugins/YAPP/src/common.h +++ b/plugins/YAPP/src/common.h @@ -44,11 +44,12 @@ #include #include #include +#include #include #include #include -#include //need this for special renderers +#include //need this for special renderers #include "version.h" #include "message_pump.h" @@ -58,6 +59,7 @@ #include "services.h" #include "resource.h" #include "yapp_history.h" +#include "icons.h" #define MODULE "YAPP" @@ -82,7 +84,6 @@ typedef int (CALLBACK *PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); (BOOL)SendMessage((hwndLV), LVM_SORTITEMSEX, (WPARAM)(LPARAM)(_lPrm), (LPARAM)(PFNLVCOMPARE)(_pfnCompare)) #endif - #define PDF_UNICODE 0x0001 #define PDF_ICOLIB 0x0002 -- cgit v1.2.3