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

Method handle_unmap

src/view/layer-shell/layer-shell.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 void handle_unmap(wayfire_layer_shell_view *view)
207 {
208 view->remove_anchored(false);
209 remove_view_from_layer(view, view->lsurface->current.layer);
210 arrange_layers(view->get_output());
211 }
212
213 layer_t filter_views(wf::output_t *output, int layer)
214 {

Callers 1

unmapMethod · 0.80

Calls 2

remove_anchoredMethod · 0.80
get_outputMethod · 0.45

Tested by

no test coverage detected