summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-02-11 18:24:12 +0000
committerterkhen <terkhen@openttd.org>2011-02-11 18:24:12 +0000
commit8196b03074184cd75e85263a07d9eca63f5c6721 (patch)
tree08c9fc4d5ea01c205db3e0d0d072ab375e0d5a4a /src/window_func.h
parentb1873526635efa1b6fb2e2ba636f0d3368a9389e (diff)
downloadopenttd-8196b03074184cd75e85263a07d9eca63f5c6721.tar.xz
(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.
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 1f5a292e5..3d51644f6 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -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();