wlmaker
|
Public Attributes | |
struct wlr_session_lock_surface_v1 * | wlr_session_lock_surface_v1_ptr |
wlmtk_surface_t * | wlmtk_surface_ptr |
wlmaker_lock_t * | lock_ptr |
bs_avltree_node_t | avlnode |
uint32_t | configure_serial |
struct wl_listener | destroy_listener |
struct wl_listener | surface_commit_listener |
State of a lock surface.
bs_avltree_node_t _wlmaker_lock_surface_t::avlnode |
Tree node, element of wlmaker_lock_t::lock_surface_tree_ptr.
uint32_t _wlmaker_lock_surface_t::configure_serial |
Serial returned by wlr_session_lock_surface_v1_configure
.
struct wl_listener _wlmaker_lock_surface_t::destroy_listener |
Listener for the destroy
signal of wlr_session_lock_surface_v1
.
wlmaker_lock_t* _wlmaker_lock_surface_t::lock_ptr |
Back-link to the lock.
struct wl_listener _wlmaker_lock_surface_t::surface_commit_listener |
Listener for commit
signal of wlr_session_lock_surface_v1::surface
.
wlmtk_surface_t* _wlmaker_lock_surface_t::wlmtk_surface_ptr |
Toolkit surface for the associated wl_surface.
struct wlr_session_lock_surface_v1* _wlmaker_lock_surface_t::wlr_session_lock_surface_v1_ptr |
The wlroots session lock surface.