Skip to content

Commit

Permalink
drm/compositor: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Dec 12, 2024
1 parent d9ce004 commit 9be0da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/drm/compositor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//! # let surface: DrmSurface = todo!();
//! # let allocator: GbmAllocator<DrmDeviceFd> = todo!();
//! # let exporter: GbmDevice<DrmDeviceFd> = todo!();
//! # let color_formats = &[DrmFourcc::Argb8888];
//! # let color_formats = [DrmFourcc::Argb8888];
//! # let renderer_formats = HashSet::from([DrmFormat {
//! # code: DrmFourcc::Argb8888,
//! # modifier: DrmModifier::Linear,
Expand Down

0 comments on commit 9be0da4

Please sign in to comment.