mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 09:48:05 +01:00
(svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :(
This commit is contained in:
parent
e292112319
commit
9168ddd550
@ -29,6 +29,8 @@ public:
|
||||
/* virtual */ bool ChangeResolution(int w, int h);
|
||||
|
||||
/* virtual */ bool ToggleFullscreen(bool fullscreen);
|
||||
|
||||
/* virtual */ const char *GetName() const { return "cocoa"; }
|
||||
};
|
||||
|
||||
class FVideoDriver_Cocoa: public VideoDriverFactory<FVideoDriver_Cocoa> {
|
||||
|
Loading…
Reference in New Issue
Block a user