From 9d018723b7bab3341cd455708a6cd98283d75c34 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 14 Mar 2009 18:16:29 +0000 Subject: (svn r15711) -Codechange: lots of whitespace cleanup/fixes --- src/video/cocoa/fullscreen.mm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/video') diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index 3d97c5263..2b63e0d6e 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -379,7 +379,7 @@ class FullscreenSubdriver: public CocoaSubdriver { * As a result, coordinate translation produces incorrect results. * We can hack around this bug by setting the screen rect ourselves. * This hack should be removed if/when the bug is fixed. - */ + */ screen_rect = NSMakeRect(0, 0, display_width, display_height); [ [ NSScreen mainScreen ] setFrame:screen_rect ]; @@ -576,9 +576,9 @@ public: } /* - Convert local coordinate to window server (CoreGraphics) coordinate. - In fullscreen mode this just means copying the coords. - */ + * Convert local coordinate to window server (CoreGraphics) coordinate. + * In fullscreen mode this just means copying the coords. + */ virtual CGPoint PrivateLocalToCG(NSPoint *p) { CGPoint cgp; -- cgit v1.2.3-54-g00ecf