]> code.delx.au - refind/blobdiff - refind/global.h
Version 0.3.0 (beta) release. Adds "resolution" option to refind.conf.
[refind] / refind / global.h
index 9489beee85b5e8514dd95a500cd61402c0c70cd0..2cd9b37dcc28e413d8de67092debe6524c7a2d67 100644 (file)
@@ -152,6 +152,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
@@ -159,6 +162,8 @@ typedef struct {
    CHAR16      *SelectionSmallFileName;
    CHAR16      *SelectionBigFileName;
    CHAR16      *DefaultSelection;
+   CHAR16      *AlsoScan;
+   CHAR16      *DriverDirs;
    UINTN       ShowTools[NUM_TOOLS];
    CHAR8       ScanFor[NUM_SCAN_OPTIONS]; // codes of types of loaders for which to scan
 } REFIT_CONFIG;