| 39 | unsigned int backend_interface::width() { return 560; } |
| 40 | |
| 41 | unsigned int backend_interface::height() { return 420; } |
| 42 | |
| 43 | void backend_interface::width([[maybe_unused]] unsigned int new_width) { |
| 44 | throw std::logic_error( |
nothing calls this directly
no outgoing calls
no test coverage detected