| 193 | } |
| 194 | |
| 195 | void 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 | |
| 202 | void WayfireShellApp::rem_output(GMonitor monitor) |
| 203 | { |