summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 01:50:42 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 01:50:42 +0000
commit6cb26293712253c755920c5195e89b3632b911ef (patch)
tree86279812f0f2f54ac893806a4eae73f87fc34e58 /MdeModulePkg
parent8517ee5107e6f39bcffb45465fd839b7a57009f6 (diff)
downloadedk2-6cb26293712253c755920c5195e89b3632b911ef.zip
edk2-6cb26293712253c755920c5195e89b3632b911ef.tar.gz
edk2-6cb26293712253c755920c5195e89b3632b911ef.tar.bz2
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/GraphicsLib/Graphics.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c
index cdddfb6..00e86e6 100644
--- a/MdeModulePkg/Library/GraphicsLib/Graphics.c
+++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c
@@ -312,8 +312,7 @@ ConvertBmpToGopBlt (
@param Password Password used to lock ConIn device.
- @retval EFI_SUCCESS ConsoleControl has been flipped to graphics and logo
- displayed.
+ @retval EFI_SUCCESS lock the Console In Spliter virtual handle successfully.
@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.
@param X Row to start printing at.