(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.

This commit is contained in:
terkhen
2011-02-11 18:24:12 +00:00
parent b187352663
commit 8196b03074
4 changed files with 17 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ void ResizeWindow(Window *w, int x, int y);
int PositionMainToolbar(Window *w);
int PositionStatusbar(Window *w);
int PositionNewsMessage(Window *w);
int PositionNetworkChatWindow(Window *w);
int GetMainViewTop();
int GetMainViewBottom();