| 165 | } |
| 166 | |
| 167 | void CDisplayXLib::DestroyImage(void *pImage) |
| 168 | { |
| 169 | qDebug(LogScreen) << "void DestroyImage(void *info)"; |
| 170 | XDestroyImage(static_cast<XImage*>(pImage)); |
| 171 | } |
| 172 | |
| 173 | QImage CDisplayXLib::GetDisplay(int x, int y, int width, int height) |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected