From 404ea22c465e2a796daf5fd95888b73ec7685eb3 Mon Sep 17 00:00:00 2001
From: koniifer <koniifer@proton.me>
Date: Wed, 6 Nov 2024 01:49:57 +0000
Subject: [PATCH] rebase

---
 sysdata/programs/horizon/src/main.hb | 2 +-
 sysdata/system_config.toml           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sysdata/programs/horizon/src/main.hb b/sysdata/programs/horizon/src/main.hb
index be9f924..5c79dfc 100644
--- a/sysdata/programs/horizon/src/main.hb
+++ b/sysdata/programs/horizon/src/main.hb
@@ -38,7 +38,7 @@ main := fn(): int {
 	pos_inner := Vec2(uint).((window.width - side) / 2, (window.height - side) / 2)
 	str := "Window Title Bar\0"
 	// really we should null check but it is a bit broked
-	font := @unwrap(render.text.font_from_psf2(@bitcast(&psf)))
+	font := @unwrap(render.text.font_from_psf2(@bitcast(&psf), false))
 
 	mouse_x := 0
 	mouse_y := 0
diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml
index 9a9ccbb..50020fe 100644
--- a/sysdata/system_config.toml
+++ b/sysdata/system_config.toml
@@ -37,8 +37,8 @@ path = "boot:///render_example.hbf"
 # [boot.limine.ableos.modules.serial_driver_test]
 # path = "boot:///serial_driver_test.hbf"
 
-[boot.limine.ableos.modules.horizon]
-path = "boot:///horizon.hbf"
+# [boot.limine.ableos.modules.horizon]
+# path = "boot:///horizon.hbf"
 
 # [boot.limine.ableos.modules.horizon_testing_program]
 # path = "boot:///horizon_testing_program.hbf"