kernel/window: Update outdated comment

This commit is contained in:
Ry 2023-02-06 23:57:50 -08:00
parent 8bfd66941d
commit b919faaeb4

View File

@ -20,7 +20,7 @@ const TITLE_BAR_HEIGHT: 16
; create a new window and allocate memory as required ; create a new window and allocate memory as required
; inputs: ; inputs:
; r0: pointer to empty 32 byte window struct ; r0: pointer to empty 36 byte window struct
; r1: pointer to null-terminated title string ; r1: pointer to null-terminated title string
; r2: window width ; r2: window width
; r3: window height, not including the title bar ; r3: window height, not including the title bar