summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TopToolBar/src/stdafx.h')
-rw-r--r--plugins/TopToolBar/src/stdafx.h3
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);