| 1393 | } |
| 1394 | |
| 1395 | Window::Controller *Application::activePrimaryWindow() const { |
| 1396 | return _lastActivePrimaryWindow; |
| 1397 | } |
| 1398 | |
| 1399 | Window::Controller *Application::separateWindowFor( |
| 1400 | Window::SeparateId id) const { |
no outgoing calls
no test coverage detected