summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-07 14:30:13 +0000
committerbjarni <bjarni@openttd.org>2006-10-07 14:30:13 +0000
commit208e258f4ce57ade70145db297a9b62fba6964b3 (patch)
treeff7fa2247d12cb30d71d1ac2a8941d2af01165f8 /functions.h
parentdb665677992de73be63e68ffed09c60907423f98 (diff)
downloadopenttd-208e258f4ce57ade70145db297a9b62fba6964b3.tar.xz
(svn r6680) -Codechange r6679: [train build window] only generate the list when the window data is invalidated or the window is generated, not on each redraw
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 352f7b962..f79e20cd8 100644
--- a/functions.h
+++ b/functions.h
@@ -168,6 +168,7 @@ void MarkTileDirtyByTile(TileIndex tile);
void InvalidateWindow(WindowClass cls, WindowNumber number);
void InvalidateWindowWidget(WindowClass cls, WindowNumber number, byte widget_index);
void InvalidateWindowClasses(WindowClass cls);
+void InvalidateWindowClassesData(WindowClass cls);
void DeleteWindowById(WindowClass cls, WindowNumber number);
void DeleteWindowByClass(WindowClass cls);