Skip to content

Commit 9819117

Browse files
committed
Updated bindings
1 parent c371ef6 commit 9819117

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drm-ffi/drm-sys/src/bindings.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,11 @@ pub struct drm_color_ctm {
11491149
}
11501150
#[repr(C)]
11511151
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
1152+
pub struct drm_color_ctm_3x4 {
1153+
pub matrix: [__u64; 12usize],
1154+
}
1155+
#[repr(C)]
1156+
#[derive(Debug, Default, Copy, Clone, Hash, PartialEq, Eq)]
11521157
pub struct drm_color_lut {
11531158
pub red: __u16,
11541159
pub green: __u16,

0 commit comments

Comments
 (0)