diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-17 16:25:09 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-17 16:25:09 +0300 |
commit | 4b42369bedd87f02c959303a817e7974bfd580c6 (patch) | |
tree | 6ab28fb01d5dca0a76094dea38fc8f2ed932d679 /plugins/TopToolBar/src/stdafx.h | |
parent | 11627574479496d731b5c8954e13c459d6bba8ba (diff) |
TopToolBar: all icons added to icolib (fixes #303)
Diffstat (limited to 'plugins/TopToolBar/src/stdafx.h')
-rw-r--r-- | plugins/TopToolBar/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/stdafx.h b/plugins/TopToolBar/src/stdafx.h index 57e4e39329..bc9169318e 100644 --- a/plugins/TopToolBar/src/stdafx.h +++ b/plugins/TopToolBar/src/stdafx.h @@ -103,11 +103,12 @@ extern TTBCtrl* g_ctrl; extern LIST<TopButtonInt> Buttons;
extern HINSTANCE hInst;
-extern HBITMAP hBmpBackground, hBmpSeparator;
+extern HBITMAP hBmpBackground;
extern mir_cs csButtonsHook;
extern pfnCustomProc g_CustomProc;
extern LPARAM g_CustomProcParam;
extern HANDLE hTTBModuleLoaded;
+extern IconItem iconList[];
void AddToOptions(TopButtonInt* b);
void RemoveFromOptions(int id);
|