diff options
Diffstat (limited to 'src/fe-text/mainwindows.h')
-rw-r--r-- | src/fe-text/mainwindows.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-text/mainwindows.h b/src/fe-text/mainwindows.h index 91a5a326..2c45eb54 100644 --- a/src/fe-text/mainwindows.h +++ b/src/fe-text/mainwindows.h @@ -8,11 +8,12 @@ typedef struct { WINDOW_REC *active; - GSList *sticky_windows; /* list of windows allowed to show only in this mainwindow */ SCREEN_WINDOW *screen_win; + int sticky_windows; /* number of sticky windows */ int first_line, last_line, width, height; + int statusbar_lines; void *statusbar; void *statusbar_window_item; |