summaryrefslogtreecommitdiffstats
path: root/core/src/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/window.rs')
-rw-r--r--core/src/window.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/window.rs b/core/src/window.rs
index a3389998..d0e741d8 100644
--- a/core/src/window.rs
+++ b/core/src/window.rs
@@ -3,6 +3,7 @@ pub mod icon;
pub mod screenshot;
pub mod settings;
+mod direction;
mod event;
mod id;
mod level;
@@ -11,6 +12,7 @@ mod position;
mod redraw_request;
mod user_attention;
+pub use direction::Direction;
pub use event::Event;
pub use icon::Icon;
pub use id::Id;