halley-wl 0.3.2

Wayland backend and rendering implementation for the Halley Wayland compositor.
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod axis;
pub(crate) mod button;
mod context;
pub(crate) mod focus;
pub(crate) mod motion;
pub(crate) mod resize;
mod screenshot;

pub(crate) use resize::{
    ActiveResizeGeometryScreen, active_node_screen_rect,
    active_node_surface_transform_screen_details, active_resize_geometry_screen,
};