File diff r24848:4573f310a629 → r24849:01243a72f255
src/video/win32_v.h
Show inline comments
 
@@ -40,14 +40,14 @@ public:
 
	const char *GetName() const override { return "win32"; }
 

	
 
	bool MakeWindow(bool full_screen);
 

	
 
protected:
 
	Dimension GetScreenSize() const override;
 

	
 
	float GetDPIScale() override;
 
	void InputLoop() override;
 

	
 
private:
 
	void CheckPaletteAnim();
 
};
 

	
 
/** The factory for Windows' video driver. */