Commit 8d5c7570 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Mac OS X vout: fix surprpression of the screensaver.

This was broken in [3d5ff7dc]
parent 622c64a1
......@@ -458,7 +458,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
if( !VLCIntf || !VLCIntf->p_sys )
return;
UInt8 UsrActivity;
if( VLCIntf->p_sys->i_play_status == PLAYING_S )
UpdateSystemActivity( UsrActivity );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment