|
wlmaker
|
Public Attributes | |
| const struct wl_interface * | wl_interface_ptr |
| uint32_t | desired_version |
| size_t | bound_ptr_offset |
| void(* | setup )(wlclient_t *client_ptr) |
Descriptor for a wayland object to bind to.
| size_t object_t::bound_ptr_offset |
Offset of the bound interface, relative to wlclient_t.
| uint32_t object_t::desired_version |
Version desired to bind to.
| void(* object_t::setup) (wlclient_t *client_ptr) |
Additional setup for this wayland object.
| const struct wl_interface* object_t::wl_interface_ptr |
The interface definition.