diff options
Diffstat (limited to 'Library/UefiShellUfmCommandLib/panel.h')
-rw-r--r-- | Library/UefiShellUfmCommandLib/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/UefiShellUfmCommandLib/panel.h b/Library/UefiShellUfmCommandLib/panel.h index c4cebdf..17a3469 100644 --- a/Library/UefiShellUfmCommandLib/panel.h +++ b/Library/UefiShellUfmCommandLib/panel.h @@ -11,7 +11,7 @@ struct fs_array; struct panel_ctx { BOOLEAN show_fs; // is filesystems showing now? struct window *wbg; // static window - struct window *wcwd, *wlist, *wfname; // dynamic windows + struct window *wcwd, *wlist, *wfname, *wmarked; // dynamic windows UINTN name_cols; CONST CHAR16 *cwd; // current work directory |