wlmaker
|
Public Attributes | |
bs_dllist_node_t | dlnode |
wlmaker_view_t * | view_ptr |
const wlmaker_dock_app_config_t * | config_ptr |
bs_ptr_set_t * | created_windows_ptr |
bs_ptr_set_t * | mapped_windows_ptr |
bs_ptr_set_t * | subprocesses_ptr |
wlmaker_interactive_t * | tile_interactive_ptr |
struct wlr_buffer * | tile_wlr_buffer_ptr |
State of the dock-attached application.
const wlmaker_dock_app_config_t* _wlmaker_dock_app_t::config_ptr |
Configuration of the app.
bs_ptr_set_t* _wlmaker_dock_app_t::created_windows_ptr |
Windows that are running from subprocesses of this App (launcher).
bs_dllist_node_t _wlmaker_dock_app_t::dlnode |
Member of attached_apps
in wlmaker_dock_t
.
bs_ptr_set_t* _wlmaker_dock_app_t::mapped_windows_ptr |
Windows that are mapped from subprocesses of this App (launcher).
bs_ptr_set_t* _wlmaker_dock_app_t::subprocesses_ptr |
Subprocesses that were created from this App.
wlmaker_interactive_t* _wlmaker_dock_app_t::tile_interactive_ptr |
Tile interactive.
struct wlr_buffer* _wlmaker_dock_app_t::tile_wlr_buffer_ptr |
Texture of the tile, including the configured icon.
wlmaker_view_t* _wlmaker_dock_app_t::view_ptr |
Back-link to the view this attached app is a member of.