10 lines
243 B
Rust
10 lines
243 B
Rust
//! Interact with the wayland objects of your application.
|
|
|
|
pub mod activation;
|
|
pub mod corner_radius;
|
|
pub mod keyboard_shortcuts_inhibit;
|
|
pub mod layer_surface;
|
|
pub mod overlap_notify;
|
|
pub mod popup;
|
|
pub mod session_lock;
|
|
pub mod subsurface;
|