Struct smithay_client_toolkit::environment::SimpleGlobal [−][src]
pub struct SimpleGlobal<I: Interface> { /* fields omitted */ }
Expand description
A minimalist global handler for “single” globals
This handler will simply register the global as soon as the registry signals it, and do nothing more.
It is appropriate for globals that never generate events, like wl_compositor
or wl_data_device_manager
.
Implementations
Create a new handler