vlc | branch: master | Felix Paul Kühne <[email protected]> | Mon Feb 20 
13:41:57 2012 +0100| [1bf204696fad551de5b46f7624feb66c0dfc3d34] | committer: 
Felix Paul Kühne

macosx: limit the screensaver blocking to video playback

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

 modules/gui/macosx/intf.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 5f006e9..35cc378 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1454,7 +1454,7 @@ unsigned int CocoaKeyToVLC( unichar i_key )
     p_input = pl_CurrentInput( p_intf );
     if( p_input )
     {
-        if( var_GetInteger( p_input, "state" ) == PLAYING_S )
+        if( var_GetInteger( p_input, "state" ) == PLAYING_S && [self 
activeVideoPlayback] )
             UpdateSystemActivity( UsrActivity );
         vlc_object_release( p_input );
     }

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

Reply via email to