Address some warnings

This commit is contained in:
Ian Douglas Scott 2025-01-16 10:19:58 -08:00
parent 5cb9f6eb09
commit b259655839
2 changed files with 4 additions and 1 deletions

View file

@ -44,7 +44,9 @@ pub struct CaptureFilter {
#[derive(Clone, Debug)]
pub struct CaptureImage {
#[allow(dead_code)]
pub width: u32,
#[allow(dead_code)]
pub height: u32,
pub wl_buffer: SubsurfaceBuffer,
pub transform: wl_output::Transform,