Exemplo n.º 1
0
void systemDrawScreen()
{
	frames++;
	MainFrame* mf = wxGetApp().frame;
	mf->UpdateViewers();
	// FIXME: Sm60FPS crap and sondBufferLow crap
	GameArea* ga = mf->GetPanel();
#ifndef NO_FFMPEG

	if (ga)
		ga->AddFrame(pix);

#endif

	if (ga && ga->panel)
		ga->panel->DrawArea(&pix);
}