File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/cocoa/cocoa_v.h
Show inline comments
 
@@ -16,13 +16,13 @@ public:
 
	/* virtual */ void MakeDirty(int left, int top, int width, int height);
 

	
 
	/* virtual */ void MainLoop();
 

	
 
	/* virtual */ bool ChangeResolution(int w, int h);
 

	
 
	/* virtual */ void ToggleFullscreen(bool fullscreen);
 
	/* virtual */ bool ToggleFullscreen(bool fullscreen);
 
};
 

	
 
class FVideoDriver_Cocoa: public VideoDriverFactory<FVideoDriver_Cocoa> {
 
public:
 
	static const int priority = 10;
 
	/* virtual */ const char *GetName() { return "cocoa"; }