File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/sdl_v.h
Show inline comments
 
@@ -17,7 +17,7 @@ public:
 

	
 
	/* virtual */ bool ChangeResolution(int w, int h);
 

	
 
	/* virtual */ void ToggleFullscreen(bool fullscreen);
 
	/* virtual */ bool ToggleFullscreen(bool fullscreen);
 
};
 

	
 
class FVideoDriver_SDL: public VideoDriverFactory<FVideoDriver_SDL> {