wlmaker
|
Public Attributes | |
wlmtk_container_t | container |
wlmtk_element_vmt_t | orig_super_element_vmt |
struct wlr_box | extents |
wlmtk_root_events_t | events |
bool | locked |
wlmtk_lock_t * | lock_ptr |
wlmtk_rectangle_t * | curtain_rectangle_ptr |
bs_dllist_t | workspaces |
wlmtk_workspace_t * | current_workspace_ptr |
State of the root element.
wlmtk_container_t _wlmtk_root_t::container |
The root's container: Holds workspaces and the curtain.
wlmtk_workspace_t* _wlmtk_root_t::current_workspace_ptr |
Currently-active workspace.
wlmtk_rectangle_t* _wlmtk_root_t::curtain_rectangle_ptr |
Curtain element: Permit dimming or hiding everything.
wlmtk_root_events_t _wlmtk_root_t::events |
Events availabe of the root.
struct wlr_box _wlmtk_root_t::extents |
Extents to be used by root.
wlmtk_lock_t* _wlmtk_root_t::lock_ptr |
Reference to the lock, see wlmtk_root_lock.
bool _wlmtk_root_t::locked |
Whether the root is currently locked.
wlmtk_element_vmt_t _wlmtk_root_t::orig_super_element_vmt |
Overwritten virtual method table before extending ig.
bs_dllist_t _wlmtk_root_t::workspaces |
List of workspaces attached to root.