Address some warnings
This commit is contained in:
parent
5cb9f6eb09
commit
b259655839
2 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue