Merge pull request #472 from chrisduerr/exclusive_zone_eq

Add PartialEq/Eq implementation for ExclusiveZone
This commit is contained in:
Victoria Brekenfeld 2022-01-19 10:52:16 +01:00 committed by GitHub
commit a5efee5c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ impl TryFrom<zwlr_layer_surface_v1::Anchor> for Anchor {
} }
/// Exclusive zone descriptor /// Exclusive zone descriptor
#[derive(Debug, Clone, Copy)] #[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ExclusiveZone { pub enum ExclusiveZone {
/// Requests that the compositor avoids occluding an area with other surfaces. /// Requests that the compositor avoids occluding an area with other surfaces.
/// ///