Exemplo n.º 1
0
ScreenShooter::ScreenShooter() {
  init_displays();
  calculate_bounds();
}
Exemplo n.º 2
0
void init_video()
{
	init_displays();
	init_backgrounds();
	create_buffers();
}