Add support for icon set switching to the toolbar

This commit is contained in:
David Hrdlička
2022-01-12 23:40:40 +01:00
parent 8d0c1dec81
commit e5bf6ea015
3 changed files with 43 additions and 20 deletions

View File

@@ -216,6 +216,7 @@ extern int MediaMenuHandler(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPara
/* Functions in win_toolbar.c */
extern HWND hwndRebar;
extern void ToolBarCreate(HWND hwndParent, HINSTANCE hInst);
extern void ToolBarLoadIcons();
/* Functions in win_dialog.c: */