]> code.delx.au - refind/blobdiff - libeg/libeg.h
installation script improvements; 0.5.1 release
[refind] / libeg / libeg.h
index 6a2b3c5816456030bb3fb17fc7f23cd62b7bb8dd..68aaf54757b0b690ea26d2b63206c2e7ea8b3597 100644 (file)
@@ -37,6 +37,9 @@
 #ifndef __LIBEG_LIBEG_H__
 #define __LIBEG_LIBEG_H__
 
+#ifndef __MAKEWITH_GNUEFI
+#include "../include/tiano_includes.h"
+#endif
 
 /* types */
 
@@ -118,8 +121,9 @@ VOID egDrawImageArea(IN EG_IMAGE *Image,
                      IN UINTN AreaPosX, IN UINTN AreaPosY,
                      IN UINTN AreaWidth, IN UINTN AreaHeight,
                      IN UINTN ScreenPosX, IN UINTN ScreenPosY);
-
+VOID egDisplayMessage(IN CHAR16 *Text, EG_PIXEL *BGColor);
 VOID egScreenShot(VOID);
+//UINT32 egGetGraphicsMode(VOID);
 
 
 #endif /* __LIBEG_LIBEG_H__ */