1
0
Fork 0
forked from wry/wry

backend: implement output transactions

This commit is contained in:
Julian Orth 2025-07-10 11:17:34 +02:00
parent f8d03c25a9
commit 7ab99bb840
25 changed files with 2712 additions and 1460 deletions

View file

@ -693,6 +693,7 @@ pub fn mode_getencoder(fd: c::c_int, encoder_id: u32) -> Result<DrmEncoderInfo,
pub const DRM_DISPLAY_MODE_LEN: usize = 32;
#[repr(C)]
#[derive(Debug)]
pub struct drm_mode_modeinfo {
pub clock: u32,
pub hdisplay: u16,