vlc | branch: master | Marvin Scholz <[email protected]> | Sat Mar  2 00:33:51 
2019 +0100| [b08c4d46e97a0806ebaf95d9255524d217611980] | committer: Marvin 
Scholz

gui: minimal_macosx: Fix build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b08c4d46e97a0806ebaf95d9255524d217611980
---

 modules/gui/minimal_macosx/intf.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/minimal_macosx/intf.m 
b/modules/gui/minimal_macosx/intf.m
index 2d4f406571..5a471cc1cc 100644
--- a/modules/gui/minimal_macosx/intf.m
+++ b/modules/gui/minimal_macosx/intf.m
@@ -153,7 +153,7 @@ static void WindowSetState(vout_window_t *p_wnd, unsigned 
state)
 {
     NSWindow* o_window = [(__bridge id)p_wnd->handle.nsobject window];
 
-    [o_window setLevel:i_state];
+    [o_window setLevel:state];
 }
 
 static void WindowUnsetFullscreen(vout_window_t *p_wnd)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to