summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-08 17:20:59 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-08 17:20:59 +0000
commitfefdc28f87152a94fc7397ebb00242b3ba15a286 (patch)
treefdc2252fe464dd635c74371e9a95c9624ed9cbdf /plugins/NewsAggregator/Src/Common.h
parent78f6d722ee8157e6d7ae01bc89e2b470a4d96bf2 (diff)
added toptoolbar support
git-svn-id: http://svn.miranda-ng.org/main/trunk@3018 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r--plugins/NewsAggregator/Src/Common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h
index cb4f99e5a2..9eaa4adafd 100644
--- a/plugins/NewsAggregator/Src/Common.h
+++ b/plugins/NewsAggregator/Src/Common.h
@@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA.
#include <m_avatars.h>
#include <m_folders.h>
+#include <m_toptoolbar.h>
#include "version.h"
#include "resource.h"
@@ -109,6 +110,7 @@ INT_PTR ImportFeeds(WPARAM wParam, LPARAM lParam);
INT_PTR ExportFeeds(WPARAM wParam, LPARAM lParam);
INT_PTR CheckFeed(WPARAM wParam, LPARAM lParam);
INT_PTR EnableDisable(WPARAM wParam, LPARAM lParam);
+INT_PTR OnToolbarLoaded(WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcAddFeedOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcChangeFeedOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK DlgProcChangeFeedMenu(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);