diff --git a/Limelight/Stream/StreamManager.m b/Limelight/Stream/StreamManager.m index 37ca8e1..59d71f9 100644 --- a/Limelight/Stream/StreamManager.m +++ b/Limelight/Stream/StreamManager.m @@ -76,7 +76,7 @@ } } -#if TARGET_OS_IPHONE && !TARGET_OS_TV +#if TARGET_OS_IPHONE // Set mouse delta factors from the screen resolution and stream size CGFloat screenScale = [[UIScreen mainScreen] scale]; CGRect screenBounds = [[UIScreen mainScreen] bounds]; @@ -84,6 +84,7 @@ [((StreamView*)_renderView) setMouseDeltaFactors:_config.width / screenSize.width y:_config.height / screenSize.height]; #endif + // Populate the config's version fields from serverinfo _config.appVersion = appversion; _config.gfeVersion = gfeVersion; diff --git a/Moonlight TV/Base.lproj/Main.storyboard b/Moonlight TV/Base.lproj/Main.storyboard index d8bac58..2c2c16f 100644 --- a/Moonlight TV/Base.lproj/Main.storyboard +++ b/Moonlight TV/Base.lproj/Main.storyboard @@ -75,8 +75,8 @@ - - + + @@ -98,16 +98,16 @@ - + - - + +