File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/video/sdl2_opengl_v.cpp
Show inline comments
 
@@ -64,6 +64,10 @@ const char *VideoDriver_SDL_OpenGL::Star
 
		return error;
 
	}
 

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

	
 
	/* Now we have a OpenGL context, force a client-size-changed event,
 
	 * so all buffers are allocated correctly. */
 
	int w, h;