(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as the toolbar. Otherwise they lack a size definition.

This commit is contained in:
frosch
2015-02-13 21:13:45 +00:00
parent 0360abb54e
commit abe22e594d
6 changed files with 34 additions and 10 deletions

View File

@@ -16,4 +16,6 @@ void AllocateToolbar();
void ToggleBoundingBoxes();
void ToggleDirtyBlocks();
extern uint _toolbar_width;
#endif /* TOOLBAR_GUI_H */