| 21 | }; |
| 22 | |
| 23 | void GLayerShell::bind(wl_client *client, void */*data*/, UInt32 version, UInt32 id) noexcept |
| 24 | { |
| 25 | new GLayerShell(client, version, id); |
| 26 | } |
| 27 | |
| 28 | Louvre::Int32 GLayerShell::maxVersion() noexcept |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected