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

pull/155/head
rubidium 15 years ago
parent 587ae07799
commit ef42e87e31

@ -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…
Cancel
Save