diff options
author | alberth <alberth@openttd.org> | 2009-06-28 20:09:40 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-06-28 20:09:40 +0000 |
commit | 058bb5d6c301a8aee5a52fa26e6b6fa0c395d57e (patch) | |
tree | ce9dfdb09a847c6dd3e52aab4da40ade46ec26d3 /src/window_func.h | |
parent | 337c707fa1f25bdae7a7fa4044d05ba03a33ee0d (diff) | |
download | openttd-058bb5d6c301a8aee5a52fa26e6b6fa0c395d57e.tar.xz |
(svn r16687) -Codechange: Perform re-initialization of windows with nested widgets after a language change.
Diffstat (limited to 'src/window_func.h')
-rw-r--r-- | src/window_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window_func.h b/src/window_func.h index 4ada6b522..7e6684064 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -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); |