package libdrm

  1. Overview
  2. Docs

Module Kms.RectSource

Sourcetype t = {
  1. x1 : int;
  2. y1 : int;
  3. x2 : int;
  4. y2 : int;
}
Sourceval pp : Format.formatter -> t -> unit