X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a2da4c58d1f2ed0afa306dbf2fe0c4ba9b847007..cff588e1b33df1c292b3ae11a880e89092221b5f:/refind/global.h diff --git a/refind/global.h b/refind/global.h index ee48764..6641d8b 100644 --- a/refind/global.h +++ b/refind/global.h @@ -124,6 +124,10 @@ #define FS_TYPE_BTRFS 7 #define FS_TYPE_ISO9660 8 +// How to scale banner images +#define BANNER_NOSCALE 0 +#define BANNER_FILLSCREEN 1 + // Names of binaries that can manage MOKs.... #define MOK_NAMES L"MokManager.efi,HashTool.efi,HashTool-signed.efi" // Directories to search for these MOK-managing programs. Note that SelfDir is @@ -239,6 +243,7 @@ typedef struct { UINTN LegacyType; UINTN ScanDelay; UINTN ScreensaverTime; + UINTN BannerScale; CHAR16 *BannerFileName; EG_IMAGE *ScreenBackground; CHAR16 *ConfigFilename;