wlmaker
|
Public Attributes | |
bs_avltree_node_t | avlnode |
struct wlr_output * | wlr_output_ptr |
struct wlr_box | extents |
bs_dllist_t | panels |
State of the layer on the given output.
bs_avltree_node_t _wlmtk_layer_output_t::avlnode |
Tree node, referenced from wlmtk_layer_t::output_tree_ptr.
struct wlr_box _wlmtk_layer_output_t::extents |
Extents and position of the output in the layout.
bs_dllist_t _wlmtk_layer_output_t::panels |
Panels. Holds nodes at wlmtk_panel_t::dlnode.
struct wlr_output* _wlmtk_layer_output_t::wlr_output_ptr |
The WLR output that the panels in this node belong to.