From 23e0d79022a2a5992bf32b51c6d45dd8d8a588cc Mon Sep 17 00:00:00 2001 From: Florian Blasius Date: Wed, 25 Mar 2020 11:31:03 +0100 Subject: [PATCH] up. --- crates/widgets/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/widgets/src/window.rs b/crates/widgets/src/window.rs index 9d702a59b..12194ed2f 100644 --- a/crates/widgets/src/window.rs +++ b/crates/widgets/src/window.rs @@ -9,7 +9,7 @@ pub static ELEMENT_WINDOW: &'static str = "window"; // --- KEYS -- #[derive(Clone)] -pub enum Action { +enum Action { WindowEvent(WindowEvent), FocusEvent(FocusEvent), }