summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/Vendor
diff options
context:
space:
mode:
Diffstat (limited to 'Boot/BootKit/Vendor')
-rw-r--r--Boot/BootKit/Vendor/Qr.hxx4
-rw-r--r--Boot/BootKit/Vendor/Support.hxx2
2 files changed, 3 insertions, 3 deletions
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 <BootKit/Vendor/Shared/bit.h>
#include <BootKit/Vendor/QrPrelude.hxx>
-#include <Builtins/Toolbox/Toolbox.hxx>
+#include <Builtins/GX/GX>
#include <BootKit/Vendor/Support.hxx>
#include <CompilerKit/Detail.hxx>
@@ -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);
diff --git a/Boot/BootKit/Vendor/Support.hxx b/Boot/BootKit/Vendor/Support.hxx
index 6a480779..eed59424 100644
--- a/Boot/BootKit/Vendor/Support.hxx
+++ b/Boot/BootKit/Vendor/Support.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Zeta Electronics Corporation
------------------------------------------- */