(svn r21244) -Fix [FS#4240] (r21179): the news message always stayed in the middle; let it follow the setting of the statusbar instead

This commit is contained in:
rubidium
2010-11-18 19:24:40 +00:00
parent 60e153002c
commit 16c90ed48b
4 changed files with 23 additions and 3 deletions

View File

@@ -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();