(svn r11718) -Fix [FS#1483]: Show the fullscreen modes available to the cocoa driver in windowed mode too.

This commit is contained in:
egladil
2007-12-29 05:15:13 +00:00
parent 108ab3b910
commit 6ae9302708
4 changed files with 85 additions and 86 deletions

View File

@@ -79,4 +79,6 @@ void QZ_GameLoop();
void QZ_ShowMouse();
void QZ_HideMouse();
uint QZ_ListModes(OTTD_Point* modes, uint max_modes, CGDirectDisplayID display_id, int display_depth);
#endif /* VIDEO_COCOA_H */