diff options
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r-- | src/fe-text/mainwindows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h index c163c366..db4eda57 100644 --- a/src/fe-text/mainwindows.h +++ b/src/fe-text/mainwindows.h @@ -24,6 +24,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window); void mainwindows_redraw(void); void mainwindows_resize(int ychange, int xchange); +void mainwindows_recreate(void); int mainwindows_reserve_lines(int count, int up); |