X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2d19d3bc4bf5611803864690d25762c171f7475a..dd910ca40c3ea630983ad18cf1a23e0afe38ffe9:/refind/global.h?ds=sidebyside diff --git a/refind/global.h b/refind/global.h index 1b2a7f9..efb16d0 100644 --- a/refind/global.h +++ b/refind/global.h @@ -301,6 +301,7 @@ typedef struct { BOOLEAN DeepLegacyScan; BOOLEAN EnableAndLockVMX; BOOLEAN FoldLinuxKernels; + BOOLEAN EnableTouch; UINTN RequestedScreenWidth; UINTN RequestedScreenHeight; UINTN BannerBottomEdge; @@ -333,7 +334,6 @@ typedef struct { UINT32_LIST *CsrValues; UINTN ShowTools[NUM_TOOLS]; CHAR8 ScanFor[NUM_SCAN_OPTIONS]; // codes of types of loaders for which to scan - BOOLEAN EnableTouch; } REFIT_CONFIG; // Global variables