Module smithay_client_toolkit::output
source · Expand description
Types and functions related to graphical outputs
This modules provides two main elements. The first is the
OutputHandler
type, which is a
MultiGlobalHandler
for
use with the init_environment!
macro. It is automatically
included if you use the new_default_environment!
.
The second is the with_output_info
with allows you to
access the information associated to this output, as an OutputInfo
.
Structs
- A possible mode for an output
- A handler for
wl_output
- Compiled information about an output
- A handle to an output listener callback
- A handle to an output status callback
- A handler for
zxdg_output_manager_v1
Enums
- subpixel geometry information
- transform from framebuffer to output
Traits
- Trait representing the OutputHandler functions
Functions
- Add a listener to this output
- Access the info associated with this output