MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / bind_zwf_shell_manager

Function bind_zwf_shell_manager

plugins/protocols/wayfire-shell.cpp:444–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442};
443
444void 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
453struct wayfire_shell
454{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected