|
@@ -1,4 +1,4 @@
|
|
|
-From 55bf6943338a9d6c9e7bf9e381ee18eea3b8566a Mon Sep 17 00:00:00 2001
|
|
|
+From e5b2b9413079dc71f6df3c06c36d702f69776ac0 Mon Sep 17 00:00:00 2001
|
|
|
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
|
|
|
Date: Wed, 26 Sep 2012 19:23:24 +0200
|
|
|
Subject: [PATCH 07/10] vout_ios: respond to HUD visiblity changes by adapting
|
|
@@ -9,10 +9,10 @@ Subject: [PATCH 07/10] vout_ios: respond to HUD visiblity changes by adapting
|
|
|
1 file changed, 11 insertions(+)
|
|
|
|
|
|
diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
|
|
|
-index b513911..53c8216 100644
|
|
|
+index 2dc0929..5ca8cea 100644
|
|
|
--- a/modules/video_output/ios.m
|
|
|
+++ b/modules/video_output/ios.m
|
|
|
-@@ -344,12 +344,15 @@ static void OpenglSwap(vlc_gl_t *gl)
|
|
|
+@@ -348,12 +348,15 @@ static void OpenglSwap(vlc_gl_t *gl)
|
|
|
_framebufferDirty = NO;
|
|
|
|
|
|
[self setAutoresizingMask:UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight];
|
|
@@ -28,7 +28,7 @@ index b513911..53c8216 100644
|
|
|
[_context release];
|
|
|
[super dealloc];
|
|
|
}
|
|
|
-@@ -365,6 +368,14 @@ static void OpenglSwap(vlc_gl_t *gl)
|
|
|
+@@ -369,6 +372,14 @@ static void OpenglSwap(vlc_gl_t *gl)
|
|
|
}
|
|
|
}
|
|
|
|