|
wlmaker
|

Public Attributes | |
| bs_avltree_node_t | avlnode |
| wlmtk_window_t * | window_ptr |
| bs_dllist_node_t | dlnode |
| wlmaker_subprocess_handle_t * | subprocess_handle_ptr |
| bool | mapped |
Registry entry for wlmtk_window_t and subprocesses.
| bs_avltree_node_t wlmaker_subprocess_window_t::avlnode |
| bs_dllist_node_t wlmaker_subprocess_window_t::dlnode |
| bool wlmaker_subprocess_window_t::mapped |
Whether the window was reported as mapped.
| wlmaker_subprocess_handle_t* wlmaker_subprocess_window_t::subprocess_handle_ptr |
The subprocess that the window is mapped to, or NULL.
| wlmtk_window_t* wlmaker_subprocess_window_t::window_ptr |
The window registered here. Also the tree lookup key.