From b919faaeb407708d3720b56c23d81329d0380ebc Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 6 Feb 2023 23:57:50 -0800 Subject: [PATCH] kernel/window: Update outdated comment --- kernel/window/window.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/window/window.asm b/kernel/window/window.asm index f0f051f..515cfcf 100644 --- a/kernel/window/window.asm +++ b/kernel/window/window.asm @@ -20,7 +20,7 @@ const TITLE_BAR_HEIGHT: 16 ; create a new window and allocate memory as required ; inputs: -; r0: pointer to empty 32 byte window struct +; r0: pointer to empty 36 byte window struct ; r1: pointer to null-terminated title string ; r2: window width ; r3: window height, not including the title bar