diff --git a/plugins/window-state/src/lib.rs b/plugins/window-state/src/lib.rs index a4db0822..6eaebd7f 100644 --- a/plugins/window-state/src/lib.rs +++ b/plugins/window-state/src/lib.rs @@ -34,6 +34,7 @@ pub enum Error { pub type Result = std::result::Result; bitflags! { + #[derive(Clone, Copy)] pub struct StateFlags: u32 { const SIZE = 1 << 0; const POSITION = 1 << 1;