File diff r25013:4c02a1340d93 → r25014:e1f1bf3a062e
src/video/cocoa/cocoa_ogl.mm
Show inline comments
 
@@ -214,6 +214,8 @@ const char *VideoDriver_CocoaOpenGL::Sta
 
	this->UpdateVideoModes();
 
	MarkWholeScreenDirty();
 

	
 
	this->is_game_threaded = !GetDriverParamBool(param, "no_threads") && !GetDriverParamBool(param, "no_thread");
 

	
 
	return nullptr;
 

	
 
}
 
@@ -227,6 +229,11 @@ void VideoDriver_CocoaOpenGL::Stop()
 
	CGLReleaseContext(this->gl_context);
 
}
 

	
 
void VideoDriver_CocoaOpenGL::PopulateSystemSprites()
 
{
 
	OpenGLBackend::Get()->PopulateCursorCache();
 
}
 

	
 
void VideoDriver_CocoaOpenGL::ClearSystemSprites()
 
{
 
	CGLSetCurrentContext(this->gl_context);