Module Event.Vblank

type t = {
  1. sequence : Unsigned.UInt32.t;
  2. tv_sec : Unsigned.UInt32.t;
  3. tv_usec : int;
  4. crtc_id : Kms.Crtc.id;
  5. user_data : nativeint;
}
val pp : t Fmt.t