File diff r28749:62e6a2924a0b → r28750:2657250b24e9
src/video/cocoa/cocoa_ogl.h
Show inline comments
 
@@ -23,7 +23,7 @@ class VideoDriver_CocoaOpenGL : public V
 
	const char *AllocateContext(bool allow_software);
 

	
 
public:
 
	VideoDriver_CocoaOpenGL() : gl_context(nullptr), anim_buffer(nullptr), driver_info(this->GetName()) {}
 
	VideoDriver_CocoaOpenGL() : VideoDriver_Cocoa(true), gl_context(nullptr), anim_buffer(nullptr), driver_info(this->GetName()) {}
 

	
 
	const char *Start(const StringList &param) override;
 
	void Stop() override;