diff options
author | rubidium <rubidium@openttd.org> | 2013-11-25 14:30:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-11-25 14:30:22 +0000 |
commit | defda16eb60a87b3878ab27178df7552c3148808 (patch) | |
tree | 2c2d04d2f13468305583547d657ae3b8cee18d1d /src/video/cocoa/fullscreen.mm | |
parent | 6996b441d9d104bc6d7041b64362f4426425f600 (diff) | |
download | openttd-defda16eb60a87b3878ab27178df7552c3148808.tar.xz |
(svn r26108) -Codechange: some coding style (whitespace)
Diffstat (limited to 'src/video/cocoa/fullscreen.mm')
-rw-r--r-- | src/video/cocoa/fullscreen.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index 411b6d0c0..4d2b1c588 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -76,7 +76,7 @@ struct OTTD_QuartzGammaTable { } @end -class FullscreenSubdriver: public CocoaSubdriver { +class FullscreenSubdriver : public CocoaSubdriver { CGDirectDisplayID display_id; ///< 0 == main display (only support single display) CFDictionaryRef cur_mode; ///< current mode of the display CFDictionaryRef save_mode; ///< original mode of the display |