| 1688 | } |
| 1689 | |
| 1690 | void VisualizerImpl::wakeMainLoop() const { |
| 1691 | if (window_manager_) |
| 1692 | window_manager_->wakeEventLoop(); |
| 1693 | } |
| 1694 | |
| 1695 | bool VisualizerImpl::postWork(WorkItem work) { |
| 1696 | { |
nothing calls this directly
no test coverage detected