|
wlmaker
|
#include <output_config.h>

Public Attributes | |
| enum wl_output_transform | transformation |
| double | scale |
| bool | enabled |
| wlmbe_output_config_position_t | position |
| bool | has_position |
| wlmbe_output_config_mode_t | mode |
| bool | has_mode |
Attributes of the output.
| bool wlmbe_output_config_attributes_t::enabled |
Whether this output is enabled.
| bool wlmbe_output_config_attributes_t::has_mode |
Whether the 'Mode' field was present.
| bool wlmbe_output_config_attributes_t::has_position |
Whether the 'Position' field was present.
| wlmbe_output_config_mode_t wlmbe_output_config_attributes_t::mode |
Mode of this output.
| wlmbe_output_config_position_t wlmbe_output_config_attributes_t::position |
Position of this output.
| double wlmbe_output_config_attributes_t::scale |
Default scaling factor to use for the output(s).
| enum wl_output_transform wlmbe_output_config_attributes_t::transformation |
Default transformation for the output(s).