Add DumpWindowInfo function

This commit is contained in:
Jonathan G Rennison
2020-04-27 17:20:40 +01:00
parent bee840bc44
commit b03889d7e6
2 changed files with 24 additions and 0 deletions

View File

@@ -58,4 +58,6 @@ bool EditBoxInGlobalFocus();
bool FocusedWindowIsConsole();
Point GetCaretPosition();
char *DumpWindowInfo(char *b, const char *last, const Window *w);
#endif /* WINDOW_FUNC_H */