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
pub(crate) mod ctx;
pub(crate) mod events;
pub(crate) mod keyboard;
pub(crate) mod pointer;

pub(crate) use events::{BackendInputEventData, handle_backend_input_event};
pub(crate) use keyboard::spawn::spawn_command;
pub(crate) use pointer::{
    ActiveResizeGeometryScreen, active_node_screen_rect,
    active_node_surface_transform_screen_details, active_resize_geometry_screen,
};