File diff r18159:2c94e9268b2c → r18160:133e96e28508
src/video/allegro_v.cpp
Show inline comments
 
@@ -555,4 +555,9 @@ bool VideoDriver_Allegro::ToggleFullscre
 
#endif
 
}
 

	
 
bool VideoDriver_Allegro::AfterBlitterChange()
 
{
 
	return CreateMainSurface(_screen.width, _screen.height);
 
}
 

	
 
#endif /* WITH_ALLEGRO */