File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/video/cocoa/cocoa_ogl.mm
Show inline comments
 
@@ -203,6 +203,11 @@ const char *VideoDriver_CocoaOpenGL::Sta
 
		return err;
 
	}
 

	
 
	this->driver_info = GetName();
 
	this->driver_info += " (";
 
	this->driver_info += OpenGLBackend::Get()->GetDriverName();
 
	this->driver_info += ")";
 

	
 
	bool fullscreen = _fullscreen;
 
	if (!this->MakeWindow(_cur_resolution.width, _cur_resolution.height)) {
 
		this->Stop();