Minor updates, breaking.

This commit is contained in:
2026-09-09 16:14:38 +01:00
parent c06bc3a933
commit 93d71d820a
5 changed files with 41 additions and 32 deletions
+2
View File
@@ -150,6 +150,8 @@ module Screen = struct
let allowed_depths_len = field typ "allowed_depths_len" uint8_t
let () = seal typ
let root ptr = getf ptr root
let width ptr = Unsigned.UInt16.to_int (getf ptr width_in_pixels)
let height ptr = Unsigned.UInt16.to_int (getf ptr height_in_pixels)
end
module Setup = struct