MCPcopy Create free account
hub / github.com/CuarzoSoftware/Louvre / GLayerShell

Method GLayerShell

src/lib/protocols/LayerShell/GLayerShell.cpp:38–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38GLayerShell::GLayerShell(
39 wl_client *client,
40 Int32 version,
41 UInt32 id
42 ) noexcept
43 :LResource
44 (
45 client,
46 interface(),
47 version,
48 id,
49 &imp
50 )
51{
52 this->client()->imp()->layerShellGlobals.emplace_back(this);
53}
54
55GLayerShell::~GLayerShell() noexcept
56{

Callers

nothing calls this directly

Calls 1

clientMethod · 0.45

Tested by

no test coverage detected