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

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