summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-18 19:24:40 +0000
committerrubidium <rubidium@openttd.org>2010-11-18 19:24:40 +0000
commit16c90ed48bf8e840d303ff3f52984e91d6e22776 (patch)
treee76a21ec752ded6306db20dc4b2898e529b4b459 /src/window_func.h
parent60e153002c8684c086c3a48e4a252fd6389db031 (diff)
downloadopenttd-16c90ed48bf8e840d303ff3f52984e91d6e22776.tar.xz
(svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the middle; let it follow the setting of the statusbar instead
Diffstat (limited to 'src/window_func.h')
-rw-r--r--src/window_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h
index e7ce5bbd2..1f5a292e5 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -22,6 +22,7 @@ void ChangeWindowOwner(Owner old_owner, Owner new_owner);
void ResizeWindow(Window *w, int x, int y);
int PositionMainToolbar(Window *w);
int PositionStatusbar(Window *w);
+int PositionNewsMessage(Window *w);
int GetMainViewTop();
int GetMainViewBottom();