From 9168ddd5507026b6346797f48bd0853091cbcb4e Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 6 Sep 2009 23:12:25 +0000 Subject: (svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :( --- src/video/cocoa/cocoa_v.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h index dab716b11..a2dbc1395 100644 --- a/src/video/cocoa/cocoa_v.h +++ b/src/video/cocoa/cocoa_v.h @@ -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 { -- cgit v1.2.3-54-g00ecf