|
wlmaker
|

Public Attributes | |
| bs_dllist_node_t | dlnode |
| struct wlr_session_lock_surface_v1 * | wlr_session_lock_surface_v1_ptr |
| wlmtk_surface_t * | wlmtk_surface_ptr |
| wlmaker_lock_t * | lock_ptr |
| bool | committed |
| uint32_t | configure_serial |
| struct wl_listener | destroy_listener |
| struct wl_listener | surface_commit_listener |
An active output, that should then also get locked.
| bool _wlmaker_lock_output_t::committed |
Whether this lock surface got committed, ie. is ready to lock.
| uint32_t _wlmaker_lock_output_t::configure_serial |
Serial returned by wlr_session_lock_surface_v1_configure.
| struct wl_listener _wlmaker_lock_output_t::destroy_listener |
Listener for the destroy signal of wlr_session_lock_surface_v1.
| bs_dllist_node_t _wlmaker_lock_output_t::dlnode |
Element of wlmaker_lock_t::outputs.
| wlmaker_lock_t* _wlmaker_lock_output_t::lock_ptr |
Back-link to the lock.
| struct wl_listener _wlmaker_lock_output_t::surface_commit_listener |
Listener for commit signal of wlr_session_lock_surface_v1::surface.
| wlmtk_surface_t* _wlmaker_lock_output_t::wlmtk_surface_ptr |
Toolkit surface for the associated wl_surface.
| struct wlr_session_lock_surface_v1* _wlmaker_lock_output_t::wlr_session_lock_surface_v1_ptr |
The wlroots session lock surface.