cleanup: add session lock import to prelude
- Add `SessionLockWindow` and `SessionLockEvent` to `bevy_wayland::prelude::*`
This commit is contained in:
+3
-2
@@ -5,7 +5,7 @@ use smithay_client_toolkit::{
|
||||
reexports::{
|
||||
calloop::EventLoop,
|
||||
calloop_wayland_source::WaylandSource,
|
||||
client::{Connection, globals::registry_queue_init},
|
||||
client::{globals::registry_queue_init, Connection},
|
||||
},
|
||||
registry::{ProvidesRegistryState, RegistryState},
|
||||
registry_handlers,
|
||||
@@ -20,9 +20,10 @@ pub mod session_lock;
|
||||
mod surface_handler;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::WaylandPlugin;
|
||||
pub use crate::input_region::InputRegion;
|
||||
pub use crate::layer_shell::{LayerShellSettings, LayerShellWindowSize};
|
||||
pub use crate::session_lock::{SessionLockEvent, SessionLockWindow};
|
||||
pub use crate::WaylandPlugin;
|
||||
pub use smithay_client_toolkit::shell::wlr_layer::{Anchor, KeyboardInteractivity, Layer};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user