X-Git-Url: https://code.delx.au/refind/blobdiff_plain/f622584e7b061f66b83ce2036cdb0f507b2353d5..e86087ab76430dd4acf8c992aa0d9bad1c1c494b:/refind/screen.h diff --git a/refind/screen.h b/refind/screen.h index 2647fc7..25bdbb9 100644 --- a/refind/screen.h +++ b/refind/screen.h @@ -60,11 +60,11 @@ #define ATTR_SCROLLARROW (EFI_LIGHTGREEN | EFI_BACKGROUND_BLACK) //#define LAYOUT_TEXT_WIDTH (512) -#define LAYOUT_TEXT_WIDTH (425) +//#define LAYOUT_TEXT_WIDTH (425) #define LAYOUT_BANNER_YGAP 32 -#define FONT_CELL_WIDTH (7) -#define FONT_CELL_HEIGHT (12) +//#define FONT_CELL_WIDTH (7) +//#define FONT_CELL_HEIGHT (12) extern UINTN ConWidth; extern UINTN ConHeight; @@ -90,6 +90,7 @@ VOID DebugPause(VOID); #define DebugPause() #endif VOID EndlessIdleLoop(VOID); +BOOLEAN ReadAllKeyStrokes(VOID); VOID PauseForKey(VOID); BOOLEAN CheckFatalError(IN EFI_STATUS Status, IN CHAR16 *where);