src/window_func.h
changeset 8131 160939e24ed3
parent 8107 bb7deea89175
child 8254 1496654ca5e7
--- a/src/window_func.h	Tue Dec 25 09:48:53 2007 +0000
+++ b/src/window_func.h	Tue Dec 25 11:26:07 2007 +0000
@@ -39,4 +39,11 @@
 void ShowVitalWindows();
 Window **FindWindowZPosition(const Window *w);
 
+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);
+
 #endif /* WINDOW_FUNC_H */