Add PartialEq/Eq implementation for ExclusiveZone
This commit is contained in:
parent
92d04ba8fe
commit
8e1263ce9c
|
@ -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.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue