From 8e1263ce9cab5c6591d5796d4a3f01a1dd4c92ac Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 18 Jan 2022 19:04:34 +0100 Subject: [PATCH] Add PartialEq/Eq implementation for ExclusiveZone --- src/wayland/shell/wlr_layer/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///