]> code.delx.au - refind/blobdiff - refind/global.h
New image-scaling code; used for icons and (optionally) for scaling
[refind] / refind / global.h
index ee4876438a0d1ea566c3c062251f1981e3979100..6641d8b0c483c2009046c2c10eae6129ec1f0b0a 100644 (file)
 #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;