]> code.delx.au - refind/blobdiff - refind/global.h
Added touch screen support. (Works on a SUBSET of touch-screen systems.)
[refind] / refind / global.h
index 1b2a7f9b901fd0e7f0e2c10defbacf6bec0a6e15..efb16d0bb8feafa1974bfd1baaca4fff23613cb9 100644 (file)
@@ -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