MCPcopy Create free account
hub / github.com/WayfireWM/wf-shell / add_output

Method add_output

src/util/wf-shell-app.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void WayfireShellApp::add_output(GMonitor monitor)
196{
197 monitors.push_back(
198 std::make_unique<WayfireOutput>(monitor, this->wf_shell_manager));
199 handle_new_output(monitors.back().get());
200}
201
202void WayfireShellApp::rem_output(GMonitor monitor)
203{

Callers 1

on_activateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected