|
OpenTTD Source
1.11.0-beta1
|
Go to the source code of this file.
Data Structures | |
| class | VideoDriver_Cocoa |
| class | FVideoDriver_Cocoa |
| class | CocoaSubdriver |
| Generic display driver for cocoa On grounds to not duplicate some code, it contains a few variables which are not used by all device drivers. More... | |
Macros | |
| #define | MAX_DIRTY_RECTS 100 |
Functions | |
| CocoaSubdriver * | QZ_CreateWindowQuartzSubdriver (int width, int height, int bpp) |
| uint | QZ_ListModes (OTTD_Point *modes, uint max_modes, CGDirectDisplayID display_id, int display_depth) |
Variables | |
| bool | _cocoa_video_started |
| CocoaSubdriver * | _cocoa_subdriver |
The Cocoa video driver.
Definition in file cocoa_v.h.