diff options
author | kavsrf <kavsrf@gmail.com> | 2016-09-17 01:00:44 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-10-17 18:17:43 +0200 |
commit | 5fb01149ef1cecc36b261094b304ff0654bb7ae3 (patch) | |
tree | ccef2539faf18ffb8a2e29cd9f96e228c93cb4dc /Library/GraphLib | |
parent | b6d7ea98fc46c20b59860edcffac13fee89d69b0 (diff) | |
download | VeraCrypt-DCS-5fb01149ef1cecc36b261094b304ff0654bb7ae3.tar.gz VeraCrypt-DCS-5fb01149ef1cecc36b261094b304ff0654bb7ae3.zip |
DcsRe select volume is added to boot from usb
Notes (7.2, 7.4)
Diffstat (limited to 'Library/GraphLib')
-rw-r--r-- | Library/GraphLib/EfiGraph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/GraphLib/EfiGraph.c b/Library/GraphLib/EfiGraph.c index b8e8e2e..3e90646 100644 --- a/Library/GraphLib/EfiGraph.c +++ b/Library/GraphLib/EfiGraph.c @@ -235,6 +235,7 @@ BltPoint( IN UINTN x,
IN UINTN y
) {
+ if (!draw) draw = &gDrawContext; if (draw->Brush == NULL) return BltPointSingle(blt, draw, x, y);
else
{
|