]> code.delx.au - refind/blobdiff - refind/global.h
New "textmode" option to set the text-mode video mode. Also bug fixes.
[refind] / refind / global.h
index ac9bc7a92fec58399ee3ccb08089dc33fa8f0c25..49cb08100f68f3404e27894b08669068c517faf6 100644 (file)
@@ -204,6 +204,7 @@ typedef struct {
    BOOLEAN     ScanAllLinux;
    UINTN       RequestedScreenWidth;
    UINTN       RequestedScreenHeight;
+   UINTN       RequestedTextMode;
    UINTN       Timeout;
    UINTN       HideUIFlags;
    UINTN       MaxTags;     // max. number of OS entries to show simultaneously in graphics mode
@@ -215,7 +216,8 @@ typedef struct {
    CHAR16      *SelectionBigFileName;
    CHAR16      *DefaultSelection;
    CHAR16      *AlsoScan;
-   CHAR16      *DontScan;
+   CHAR16      *DontScanDirs;
+   CHAR16      *DontScanFiles;
    CHAR16      *DriverDirs;
    CHAR16      *IconsDir;
    UINTN       ShowTools[NUM_TOOLS];