]> code.delx.au - refind/blobdiff - refind/screen.h
Added "1024" as code to not change the mode to the "textmode" token.
[refind] / refind / screen.h
index b03f6e17d4922555aeacfff73dc78bfe88ddaf6b..3fc089f663441d331c3169264cb7fb747916a539 100644 (file)
@@ -50,6 +50,8 @@
 // screen module
 //
 
+#define DONT_CHANGE_TEXT_MODE 1024 /* textmode # that's a code to not change the text mode */
+
 #define ATTR_BASIC (EFI_LIGHTGRAY | EFI_BACKGROUND_BLACK)
 #define ATTR_ERROR (EFI_YELLOW | EFI_BACKGROUND_BLACK)
 #define ATTR_BANNER (EFI_WHITE | EFI_BACKGROUND_BLUE)