Minor updates, breaking.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user