summaryrefslogtreecommitdiff
path: root/src/video/cocoa/fullscreen.mm
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2012-09-13 18:42:33 +0000
committeryexo <yexo@openttd.org>2012-09-13 18:42:33 +0000
commit1f75f81a417b0f540826ee7c1eeb952b7738b929 (patch)
treef1e132ff2d560893f1d9c6926449eb735969732e /src/video/cocoa/fullscreen.mm
parentbd173618173e0cdf6477e1df4f715cc486779828 (diff)
downloadopenttd-1f75f81a417b0f540826ee7c1eeb952b7738b929.tar.xz
(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)
Diffstat (limited to 'src/video/cocoa/fullscreen.mm')
-rw-r--r--src/video/cocoa/fullscreen.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm
index bd55852c3..c8148edfc 100644
--- a/src/video/cocoa/fullscreen.mm
+++ b/src/video/cocoa/fullscreen.mm
@@ -65,7 +65,7 @@ struct OTTD_QuartzGammaTable {
@end
@implementation NSScreen (NSScreenAccess)
-- (void) setFrame:(NSRect)frame;
+- (void) setFrame:(NSRect)frame
{
/* The 64 bits libraries don't seem to know about _frame, so this hack won't work. */
#if !__LP64__