| 442 | }; |
| 443 | |
| 444 | void bind_zwf_shell_manager(wl_client *client, void *data, |
| 445 | uint32_t version, uint32_t id) |
| 446 | { |
| 447 | auto resource = |
| 448 | wl_resource_create(client, &zwf_shell_manager_v2_interface, version, id); |
| 449 | wl_resource_set_implementation(resource, |
| 450 | &zwf_shell_manager_v2_impl, NULL, NULL); |
| 451 | } |
| 452 | |
| 453 | struct wayfire_shell |
| 454 | { |
nothing calls this directly
no outgoing calls
no test coverage detected