MCPcopy Create free account
hub / github.com/canonical/mir / destroy_surface

Method destroy_surface

src/server/shell/shell_wrapper.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void msh::ShellWrapper::destroy_surface(
112 std::shared_ptr<ms::Session> const& session,
113 std::shared_ptr<ms::Surface> const& surface)
114{
115 wrapped->destroy_surface(session, surface);
116}
117
118void msh::ShellWrapper::raise_surface(
119 std::shared_ptr<ms::Session> const& session,

Callers 7

remove_surfaceMethod · 0.45
remove_windowMethod · 0.45
remove_surfaceMethod · 0.45
~BasicDecorationMethod · 0.45
closeMethod · 0.45
~DragIconSurfaceMethod · 0.45
~WindowWlSurfaceRoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected