diff --git a/src/wayland/shell/wlr_layer/types.rs b/src/wayland/shell/wlr_layer/types.rs index ba3282e..1e736cc 100644 --- a/src/wayland/shell/wlr_layer/types.rs +++ b/src/wayland/shell/wlr_layer/types.rs @@ -162,7 +162,7 @@ impl TryFrom for Anchor { } /// Exclusive zone descriptor -#[derive(Debug, Clone, Copy)] +#[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum ExclusiveZone { /// Requests that the compositor avoids occluding an area with other surfaces. ///