mirror of https://github.com/acidanthera/audk.git
Minor update code comment in last commitment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10722 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ab5255fc7c
commit
c8e073513b
|
@ -258,7 +258,8 @@ UnixUgaBlt (
|
|||
OriginalTPL = gBS->RaiseTPL (TPL_NOTIFY);
|
||||
|
||||
//
|
||||
// Package UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to Unix UGA IO protocol.
|
||||
// Pack UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to
|
||||
// UgaBlt() API of Unix UGA IO protocol.
|
||||
//
|
||||
UgaBltArgs.DestinationX = DestinationX;
|
||||
UgaBltArgs.DestinationY = DestinationY;
|
||||
|
|
Loading…
Reference in New Issue