(svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp.

This commit is contained in:
rubidium
2009-11-29 00:41:08 +00:00
parent b00a5f1069
commit 5d38d06313
3 changed files with 19 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
#include "company_type.h"
Window *FindWindowById(WindowClass cls, WindowNumber number);
Window *FindWindowByClass(WindowClass cls);
void ChangeWindowOwner(Owner old_owner, Owner new_owner);
void ResizeWindow(Window *w, int x, int y);