]> code.delx.au - refind/blobdiff - libeg/libegint.h
Version 0.3.0 (beta) release. Adds "resolution" option to refind.conf.
[refind] / libeg / libegint.h
index 6bcdf1dcf66d52b58991df4d7c8a1c7f86284e9f..1b2cff82f5ae9c08f55f1fc148cb2835196d8ec4 100644 (file)
@@ -49,6 +49,8 @@ typedef EG_IMAGE * (*EG_DECODE_FUNC)(IN UINT8 *FileData, IN UINTN FileDataLength
 
 /* functions */
 
+BOOLEAN egSetScreenSize(IN UINTN ScreenWidth, IN UINTN ScreenHeight);
+
 VOID egRestrictImageArea(IN EG_IMAGE *Image,
                          IN UINTN AreaPosX, IN UINTN AreaPosY,
                          IN OUT UINTN *AreaWidth, IN OUT UINTN *AreaHeight);