wlmaker
|
Public Attributes | |
wlmaker_view_t * | view_ptr |
bs_dllist_node_t | dlnode |
struct wlr_buffer * | wlr_buffer_ptr |
struct wlr_scene_buffer * | wlr_scene_buffer_ptr |
struct wlr_scene_node * | node_ptr |
wlmaker_interactive_t | interactive |
State of an iconified.
bs_dllist_node_t _wlmaker_iconified_t::dlnode |
As an element of wlmaker_tile_container_t tiles
.
wlmaker_interactive_t _wlmaker_iconified_t::interactive |
Corresponding iteractive.
struct wlr_scene_node* _wlmaker_iconified_t::node_ptr |
Helper: Which node to use for interaction. For the iconified, this is &wlr_scene_buffer_ptr->node. For the prototype dockapp, it's the node of the wlr_scene_tree_ptr. TODO(kaese.nosp@m.r@gu.nosp@m.bbe.c.nosp@m.h): Elinminate, once prototype gone.
wlmaker_view_t* _wlmaker_iconified_t::view_ptr |
Links to the wlmaker_view_t that is shown as iconified.
struct wlr_buffer* _wlmaker_iconified_t::wlr_buffer_ptr |
WLR gfx buffer, where the iconified tile is drawn into.
struct wlr_scene_buffer* _wlmaker_iconified_t::wlr_scene_buffer_ptr |
Buffer scene node. Visualization of the iconified app.