Arrange xcb bindings properly

This commit is contained in:
2026-07-26 09:48:54 +01:00
parent 9b33f9617a
commit 837d457b10
11 changed files with 395 additions and 104 deletions
+7
View File
@@ -0,0 +1,7 @@
open Ctypes
open Foreign
type t = Unsigned.UInt32.t
let typ : t Ctypes.typ = Ctypes.uint32_t
let of_int x = Unsigned.UInt32.of_int x