diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-19 11:51:08 +0000 |
commit | 02d3a913e0f9c77f814293b771790e13d0e0f3de (patch) | |
tree | 7874ecbac542d94f5487bfb17c998b10d6e64203 /plugins/YAPP/src/common.h | |
parent | 9521b9fe8c50ad111e79544f955eb4354310b41e (diff) |
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
Diffstat (limited to 'plugins/YAPP/src/common.h')
-rw-r--r-- | plugins/YAPP/src/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <m_avatars.h>
#include <m_popup.h>
#include <m_icolib.h>
+#include <m_toptoolbar.h>
#include <win2k.h>
#include <m_notify.h>
#include <m_yapp.h>
-#include <m_ieview.h> //need this for special renderers +#include <m_ieview.h> //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
|