File diff r24904:a4933cf752fa → r24905:e535e9d6c85d
src/video/win32_v.h
Show inline comments
 
@@ -140,6 +140,10 @@ public:
 

	
 
	bool HasEfficient8Bpp() const override { return true; }
 

	
 
	bool UseSystemCursor() override { return true; }
 

	
 
	void ClearSystemSprites() override;
 

	
 
	const char *GetName() const override { return "win32-opengl"; }
 

	
 
protected: