summaryrefslogtreecommitdiffstats
path: root/native/src/window/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/window/event.rs')
-rw-r--r--native/src/window/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/window/event.rs b/native/src/window/event.rs
index 691af29a..86321ac0 100644
--- a/native/src/window/event.rs
+++ b/native/src/window/event.rs
@@ -1,7 +1,7 @@
use std::path::PathBuf;
/// A window-related event.
-#[derive(PartialEq, Clone, Debug)]
+#[derive(PartialEq, Eq, Clone, Debug)]
pub enum Event {
/// A window was moved.
Moved {