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

Method handle_map

src/view/layer-shell/layer-shell.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 layer_t layers[COUNT_LAYERS];
179
180 void handle_map(wayfire_layer_shell_view *view)
181 {
182 layers[view->lsurface->current.layer].push_back(view);
183 arrange_layers(view->get_output());
184 }
185
186 void remove_view_from_layer(wayfire_layer_shell_view *view, uint32_t layer)
187 {

Callers 1

mapMethod · 0.80

Calls 1

get_outputMethod · 0.45

Tested by

no test coverage detected