sync the comments of GraphicsLib library instance with Mde Library Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8517ee5107
commit
6cb2629371
|
@ -312,8 +312,7 @@ ConvertBmpToGopBlt (
|
||||||
|
|
||||||
@param Password Password used to lock ConIn device.
|
@param Password Password used to lock ConIn device.
|
||||||
|
|
||||||
@retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo
|
@retval EFI_SUCCESS lock the Console In Spliter virtual handle successfully.
|
||||||
displayed.
|
|
||||||
@retval EFI_UNSUPPORTED Password not found.
|
@retval EFI_UNSUPPORTED Password not found.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -845,7 +844,7 @@ Error:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Print to graphics screen at the given X,Y coordinates of the graphics screen.
|
Print Unicode string to graphics screen at the given X,Y coordinates of the graphics screen.
|
||||||
see definition of Print to find rules for constructing Fmt.
|
see definition of Print to find rules for constructing Fmt.
|
||||||
|
|
||||||
@param X Row to start printing at.
|
@param X Row to start printing at.
|
||||||
|
|
Loading…
Reference in New Issue