summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-02-13 21:13:45 +0000
committerfrosch <frosch@openttd.org>2015-02-13 21:13:45 +0000
commite113f5e4a14c763ed433487f4d21e2f35e205e1b (patch)
treeafcb033374f504ebde874649f3d5675bca2fca68 /src/toolbar_gui.h
parent1ebd85c1cc52efba447497c5e015b05f579a0dbb (diff)
downloadopenttd-e113f5e4a14c763ed433487f4d21e2f35e205e1b.tar.xz
(svn r27146) -Fix: Make statusbar and chat-entry window use the same width as the toolbar. Otherwise they lack a size definition.
Diffstat (limited to 'src/toolbar_gui.h')
-rw-r--r--src/toolbar_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/toolbar_gui.h b/src/toolbar_gui.h
index d3eba5b27..37fc8f0e9 100644
--- a/src/toolbar_gui.h
+++ b/src/toolbar_gui.h
@@ -16,4 +16,6 @@ void AllocateToolbar();
void ToggleBoundingBoxes();
void ToggleDirtyBlocks();
+extern uint _toolbar_width;
+
#endif /* TOOLBAR_GUI_H */