From 5d38d06313b3c2bc440283cc15cb1e86aa48cbf4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 29 Nov 2009 00:41:08 +0000 Subject: (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be displayed fully. Fix by erikjanp. --- src/window_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window_func.h') diff --git a/src/window_func.h b/src/window_func.h index 4d21c4192..b61359900 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -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); -- cgit v1.2.3-54-g00ecf