Cogl.kms_display_set_ignore_crtc
function kms_display_set_ignore_crtc(display: Cogl.Display, id: Number(guint32), ignore: Cogl.Bool): void { // Gjs wrapper for cogl_kms_display_set_ignore_crtc() }
Tells cogl to ignore (or stop ignoring) a ctrc which means it never flips buffers at this crtc.
- display
- id
KMS output id
- ignore
Ignore ouput or not