(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.

This commit is contained in:
alberth
2009-06-28 20:09:40 +00:00
parent 337c707fa1
commit 058bb5d6c3
4 changed files with 56 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ void DeleteConstructionWindows();
void HideVitalWindows();
void ShowVitalWindows();
void ReInitAllWindows();
void InvalidateWindowWidget(WindowClass cls, WindowNumber number, byte widget_index);
void InvalidateWindow(WindowClass cls, WindowNumber number);
void InvalidateWindowClasses(WindowClass cls);