From 9679f4d8676cb72feb80d95bca6ce26965f40042 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Jun 2024 17:22:38 +0200 Subject: MHR-23: GX builtin. Signed-off-by: Amlal El Mahrouss --- Boot/BootKit/Vendor/Qr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Boot/BootKit') diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx index 3bafc09f..7e1e85ed 100644 --- a/Boot/BootKit/Vendor/Qr.hxx +++ b/Boot/BootKit/Vendor/Qr.hxx @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include @@ -371,7 +371,7 @@ namespace qr { for (int x = 0; x < (this->side_size()); ++x) { - ToolboxDrawZone( + GXDraw( (this->module(x, y) ? RGB(00, 00, 00) : RGB(FF, FF, FF)), 1, 1, x + whereX, y + whereY); -- cgit v1.2.3