(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)

This commit is contained in:
frosch
2011-02-24 21:48:06 +00:00
parent 6621a8fb21
commit f34e9ff074
5 changed files with 14 additions and 14 deletions

View File

@@ -34,8 +34,8 @@ void ResetWindowSystem();
void SetupColoursAndInitialWindow();
void InputLoop();
void InvalidateWindowData(WindowClass cls, WindowNumber number, int data = 0, bool immediatelly = false);
void InvalidateWindowClassesData(WindowClass cls, int data = 0, bool immediatelly = false);
void InvalidateWindowData(WindowClass cls, WindowNumber number, int data = 0, bool immediately = false);
void InvalidateWindowClassesData(WindowClass cls, int data = 0, bool immediately = false);
void DeleteNonVitalWindows();
void DeleteAllNonVitalWindows();