| 36 | } |
| 37 | |
| 38 | GLayerShell::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 | |
| 55 | GLayerShell::~GLayerShell() noexcept |
| 56 | { |