X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4c9f41e161bd197922912efbcf4cc676077d5c00..476348736cede7d051f48c6724650ec7668fbe45:/libeg/libegint.h diff --git a/libeg/libegint.h b/libeg/libegint.h index 8c7f1e1..400a65c 100644 --- a/libeg/libegint.h +++ b/libeg/libegint.h @@ -52,7 +52,7 @@ typedef EG_IMAGE * (*EG_DECODE_FUNC)(IN UINT8 *FileData, IN UINTN FileDataLength /* functions */ -BOOLEAN egSetScreenSize(IN UINTN ScreenWidth, IN UINTN ScreenHeight); +BOOLEAN egSetScreenSize(IN OUT UINTN *ScreenWidth, IN OUT UINTN *ScreenHeight); VOID egRestrictImageArea(IN EG_IMAGE *Image, IN UINTN AreaPosX, IN UINTN AreaPosY,