| 1216 | } |
| 1217 | |
| 1218 | void DisplayServer::release_rendering_thread() { |
| 1219 | WARN_PRINT("Rendering thread not supported by this display server."); |
| 1220 | } |
| 1221 | |
| 1222 | void DisplayServer::swap_buffers() { |
| 1223 | WARN_PRINT("Swap buffers not supported by this display server."); |
no outgoing calls
no test coverage detected