diff options
author | rubidium <rubidium@openttd.org> | 2010-11-18 19:24:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-18 19:24:40 +0000 |
commit | 16c90ed48bf8e840d303ff3f52984e91d6e22776 (patch) | |
tree | e76a21ec752ded6306db20dc4b2898e529b4b459 /src/window_func.h | |
parent | 60e153002c8684c086c3a48e4a252fd6389db031 (diff) | |
download | openttd-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.h | 1 |
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(); |