X-Git-Url: https://code.delx.au/refind/blobdiff_plain/8e261d06ab599ac8eb4d0108a88c30a0a1b8f814..85f7e52b653f9e618ad57d511ed01db94ae3b2b3:/refind/global.h diff --git a/refind/global.h b/refind/global.h index d61676b..b2b38b8 100644 --- a/refind/global.h +++ b/refind/global.h @@ -66,6 +66,7 @@ #define NUM_SCAN_OPTIONS 10 +#define DEFAULT_ICONS_DIR L"icons" // // global definitions @@ -152,6 +153,9 @@ typedef struct { typedef struct { BOOLEAN TextOnly; + BOOLEAN ScanAllLinux; + UINTN RequestedScreenWidth; + UINTN RequestedScreenHeight; UINTN Timeout; UINTN HideUIFlags; UINTN MaxTags; // max. number of OS entries to show simultaneously in graphics mode @@ -160,6 +164,9 @@ typedef struct { CHAR16 *SelectionBigFileName; CHAR16 *DefaultSelection; CHAR16 *AlsoScan; + CHAR16 *DontScan; + CHAR16 *DriverDirs; + CHAR16 *IconsDir; UINTN ShowTools[NUM_TOOLS]; CHAR8 ScanFor[NUM_SCAN_OPTIONS]; // codes of types of loaders for which to scan } REFIT_CONFIG;