MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / DestroyImage

Method DestroyImage

Service/DisplayXLib.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void CDisplayXLib::DestroyImage(void *pImage)
168{
169 qDebug(LogScreen) << "void DestroyImage(void *info)";
170 XDestroyImage(static_cast<XImage*>(pImage));
171}
172
173QImage CDisplayXLib::GetDisplay(int x, int y, int width, int height)
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected