File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/video/win32_v.cpp
Show inline comments
 
@@ -1310,6 +1310,11 @@ const char *VideoDriver_Win32OpenGL::Sta
 
		return err;
 
	}
 

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

	
 
	this->ClientSizeChanged(this->width, this->height, true);
 
	/* We should have a valid screen buffer now. If not, something went wrong and we should abort. */
 
	if (_screen.dst_ptr == nullptr) {