1
0
Fork 0

(svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :(

release/1.0
rubidium 2009-09-06 23:12:25 +00:00
parent e292112319
commit 9168ddd550
1 changed files with 2 additions and 0 deletions

View File

@ -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> {