File diff r25010:cc3b6b985580 → r25011:61d28a13bb41
src/video/sdl2_opengl_v.h
Show inline comments
 
@@ -33,14 +33,12 @@ protected:
 
	bool AllocateBackingStore(int w, int h, bool force = false) override;
 
	void *GetVideoPointer() override;
 
	void ReleaseVideoPointer() override;
 
	void Paint() override;
 
	bool CreateMainWindow(uint w, uint h, uint flags) override;
 

	
 
	void PaintThread() override {}
 

	
 
private:
 
	void  *gl_context;  ///< OpenGL context.
 
	uint8 *anim_buffer; ///< Animation buffer from OpenGL back-end.
 

	
 
	const char *AllocateContext();
 
	void DestroyContext();