Cogl.kms_display_queue_modes_reset
function kms_display_queue_modes_reset(display: Cogl.Display): void {
// Gjs wrapper for cogl_kms_display_queue_modes_reset()
}
Asks Cogl to explicitly reset the crtc output modes at the next Cogl.Onscreen swap_buffers request. For applications that support VT switching they may want to re-assert the output modes when switching back to the applications VT since the modes are often not correctly restored automatically.
<note>The display must have been either explicitly setup via Cogl.Display.prototype.setup or implicitily setup by having created a context using the display</note>
Since 2.0
- display