backend: implement output transactions
This commit is contained in:
parent
f8d03c25a9
commit
7ab99bb840
25 changed files with 2712 additions and 1460 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue