(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.

This commit is contained in:
rubidium
2008-04-18 15:11:39 +00:00
parent 31411d4755
commit dc16b4f2b4
5 changed files with 807 additions and 787 deletions

View File

@@ -7,7 +7,6 @@
#include "window_type.h"
Point GetToolbarDropdownPos(uint16 parent_button, int width, int height);
Window *AllocateToolbar();
#endif /*TOOLBAR_GUI_H*/