wlmaker
|
Public Attributes | |
wlmtk_panel_t | super_panel |
wlmtk_rectangle_t * | rectangle_ptr |
bs_avltree_node_t | avlnode |
struct wlr_output * | wlr_output_ptr |
wlmaker_background_t * | background_ptr |
Background panel: The workspace's backgrund for the output.
bs_avltree_node_t wlmaker_background_panel_t::avlnode |
Tree node. Element of wlmaker_background_t::output_tree_ptr.
wlmaker_background_t* wlmaker_background_panel_t::background_ptr |
Back-link to the background state.
wlmtk_rectangle_t* wlmaker_background_panel_t::rectangle_ptr |
Initial implementation: The background is a uni-color rectangle.
wlmtk_panel_t wlmaker_background_panel_t::super_panel |
A layer background for one output is a panel.
struct wlr_output* wlmaker_background_panel_t::wlr_output_ptr |
The output covered by this background panel.