summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/cocoa/cocoa_v.h')
-rw-r--r--src/video/cocoa/cocoa_v.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video/cocoa/cocoa_v.h b/src/video/cocoa/cocoa_v.h
index 2aca2034e..a52cbb06e 100644
--- a/src/video/cocoa/cocoa_v.h
+++ b/src/video/cocoa/cocoa_v.h
@@ -77,6 +77,7 @@ private:
friend class WindowQuartzSubdriver;
void GameSizeChanged();
+ void UpdateVideoModes();
};
class FVideoDriver_Cocoa : public DriverFactoryBase {
@@ -210,6 +211,4 @@ public:
extern WindowQuartzSubdriver *_cocoa_subdriver;
-uint QZ_ListModes(OTTD_Point *modes, uint max_modes, CGDirectDisplayID display_id, int display_depth);
-
#endif /* VIDEO_COCOA_H */