| 297 | |
| 298 | |
| 299 | void VGLTrans::sendFrame(Frame *f) |
| 300 | { |
| 301 | if(thread) thread->checkError(); |
| 302 | f->hdr.dpynum = dpynum; |
| 303 | q.spoil((void *)f, _VGLTrans_spoilfct); |
| 304 | } |
| 305 | |
| 306 | |
| 307 | void VGLTrans::Compressor::compressSend(Frame *f, Frame *lastf) |
nothing calls this directly
no test coverage detected