Ejemplo n.º 1
0
	Canvas::~Canvas()
	{
		// reset framebuffer if still using this one
		if (current == this)
			stopGrab();

		unloadVolatile();
	}
Ejemplo n.º 2
0
	void Image::unload()
	{
		return unloadVolatile();
	}
Ejemplo n.º 3
0
Video::~Video()
{
	unloadVolatile();
}